How to block Google's sponsor links from showing?

Posting here is no longer possible, please use the forum of a filter list project, such as EasyList
Locked
OCer

How to block Google's sponsor links from showing?

Post by OCer »

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!
Guest

Post by Guest »

Code: Select all

/pagead/
<knocks out 101% of google ads. (except text links) :oops:
Guest

Post by Guest »

Oh wait, www.customizegoogle.com Maybe this can help out
Guest

Post by Guest »

Still, I'd like to do this with adblock plus only. And /pagead/ doesn't seem to work.
MassMan

Post by MassMan »

You need ** around it ofc..
Guest

Post by Guest »

/pagead\d\.google/

works - shows up as working on 75% of the sites I visit.
einpoklum

Post by einpoklum »

Using adblock 0.5.11.1 on sm trunk 2006-01-10

google sponsored links _not_ blocked, even using all the suggestions on this page. Is there any way to really block them?
Phantom Stranger

Post by Phantom Stranger »

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.
Guest

Post by Guest »

use customizegoogle

with this extension you can block ads on googles page and it includes man cool features enhancing google
fdgf

Post by fdgf »

http://www.admuncher.com/beta.pl/20836/ ... 52/B-20836 .exe

i dont think i'd download something with such a wild host.
Guest

Post by Guest »

oh yea, stop spamming!
Guest

Post by Guest »

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)
Guest

Post by Guest »

Does anyone have the css to block the sponsored links in google search results? The ones I have don't seem to be working anymore.
ecjs
Posts: 170
Joined: Sun Jun 11, 2006 7:39 pm

Post by ecjs »

/*
* 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;
}
}
Guest

Post by Guest »

merci! :D
Locked