drumbo
06-23-06, 05:33 PM
How To Remove The ads In Gmail
Do you find the text ads in GMail to be annoying? If you do, you can use Firefox to hide the ads from displaying.
This trick uses CSS and the Firefox configuration file named userContent.css .
Go to My Computer Open Documents and Settings Click on your user name Make sure you have view all hidden folders checked in Folder Options View tab
Now go to
Application Data\Mozilla\Firefox\Profiles\********.default\chr ome
Open file labeled userContent.css. Next copy the CSS code below and paste it into the userContent.css file at the end, then click the Save button.
#rh table[class=”metatable”]{display: none !important;}
#rh div[class=”c”] {display: none !important;}
Now, restart your browser and open GMail – the ads are gone! :icon_oyes:
Do you find the text ads in GMail to be annoying? If you do, you can use Firefox to hide the ads from displaying.
This trick uses CSS and the Firefox configuration file named userContent.css .
Go to My Computer Open Documents and Settings Click on your user name Make sure you have view all hidden folders checked in Folder Options View tab
Now go to
Application Data\Mozilla\Firefox\Profiles\********.default\chr ome
Open file labeled userContent.css. Next copy the CSS code below and paste it into the userContent.css file at the end, then click the Save button.
#rh table[class=”metatable”]{display: none !important;}
#rh div[class=”c”] {display: none !important;}
Now, restart your browser and open GMail – the ads are gone! :icon_oyes: