samedi 5 mai 2012

Per-site userContent.css to kill Google's ads!

So you want to get rid of the sponsored links on the results page of Google.com? "Yes," you say? Well here's the easy way. First, install the URI ID extension for FireFox. Then, use the following line of code in your userContent.css:

/* this kills the top bar     	 - no "related news" though either */#www-google-com p.e     { display: none !important; }/* kills the right sponsored links */#www-google-com table[align=right]      { display: none !important; }

You should no longer see the ads!

Aucun commentaire:

Enregistrer un commentaire