How to block Google's sponsor links from showing?
How to block Google's sponsor links from showing?
Adsubtract is the only stuff I have ever used that can block Google's sponsor links. But this not work well with firefox. Can anybody here help me to do that using Adblock?
Thanks in advance!
Thanks in advance!
You mean on the google homepage when you've done a search right?
Adblock can't block those...
That is one of the reasons I switched to Ad Muncher myself...
It has "remove tables/divs/spans with text" filter categories.
http://www.admuncher.com/beta.pl
Sorry if it isn't what you are looking for but I love it.
Cheers.
Adblock can't block those...
That is one of the reasons I switched to Ad Muncher myself...
It has "remove tables/divs/spans with text" filter categories.
http://www.admuncher.com/beta.pl
Sorry if it isn't what you are looking for but I love it.
Cheers.
http://www.admuncher.com/beta.pl/20836/ ... 52/B-20836 .exe
i dont think i'd download something with such a wild host.
i dont think i'd download something with such a wild host.
All Ad-Sense (meaning sponsered links in the google search engine) comes from the same google server. All you have to find a server with adsense and block that. Also, most web sites get their ads from an adserving company such as double click, valueclick, fastclick, and many others. You'll soon see that if you block those servers you'll disable most of your ads (except for flash ads)
/*
* Désactiver l'affichage des liens publicitaires sur Google.
* Fonctionne pour Google Search et Google Groups.
* MAJ : 1er décembre 2005.
* Remarque : nécessite Firefox 1.5 ou supérieur.
*/
@-moz-document url-prefix(http://www.google.), url-prefix(http://groups.google.) {
table[width="25%"],
table[width="20%"],
table[height="40"],
table[width="100%"][bgcolor="#ECF8FF"],
table[width="100%"][bgcolor="#E0FFE3"],
table[width="100%"][bgcolor="#FFF5F6"],
div[id^="tpa"][style*="rgb(229, 236, 249)"],
iframe[name="google_ads_frame"],
noscript + body[onresize=""][onload="sf()"]
table[style^="float:"][style$="right;"][align="right"][width="25%"],
noscript + body[onresize=""][onload=""]
table#rn table.adb,
noscript + body[onresize=""][onload=""]
table[style^="float:"][style$="right;"][align="right"][width="25%"] {
display: none !important;
}
}
* Désactiver l'affichage des liens publicitaires sur Google.
* Fonctionne pour Google Search et Google Groups.
* MAJ : 1er décembre 2005.
* Remarque : nécessite Firefox 1.5 ou supérieur.
*/
@-moz-document url-prefix(http://www.google.), url-prefix(http://groups.google.) {
table[width="25%"],
table[width="20%"],
table[height="40"],
table[width="100%"][bgcolor="#ECF8FF"],
table[width="100%"][bgcolor="#E0FFE3"],
table[width="100%"][bgcolor="#FFF5F6"],
div[id^="tpa"][style*="rgb(229, 236, 249)"],
iframe[name="google_ads_frame"],
noscript + body[onresize=""][onload="sf()"]
table[style^="float:"][style$="right;"][align="right"][width="25%"],
noscript + body[onresize=""][onload=""]
table#rn table.adb,
noscript + body[onresize=""][onload=""]
table[style^="float:"][style$="right;"][align="right"][width="25%"] {
display: none !important;
}
}