whitelisting elements

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

whitelisting elements

Post by sivat »

On a site I frequently visit, I would like to whitelist google ads to support the site. However, I do not want to whitelist the entire site because I would still like to be able to block some of the more annoying ads. Is there a way to whitelist google ads for just one site?
User avatar
rick752
Posts: 2709
Joined: Fri Jun 09, 2006 7:59 pm
Location: New York USA
Contact:

Post by rick752 »

Code: Select all

@@pagead2.googlesyndication.com
... will take care of showing 'blocked' ones but not ones that are 'element hidden'.

If they ARE element hidden, they are still shown as 'downloaded' to google. So unless you are planning on clicking on some of them, they will not notice any difference with those.
sivat

Post by sivat »

But that will whitelist google ads on every site, and I only want to whitelist them on one site.
User avatar
rick752
Posts: 2709
Joined: Fri Jun 09, 2006 7:59 pm
Location: New York USA
Contact:

Post by rick752 »

sivat wrote:But that will whitelist google ads on every site, and I only want to whitelist them on one site.
You could do it by @@whitelisting that site and then 'element-hiding' the ads you DON'T want to see (because you can't whitelist an element-hide).

If you want, I can do that for you if you want to tell me the site.
sivat

Post by sivat »

That makes sense. I can handle that. Thanks.
Fox
Posts: 300
Joined: Sat Jun 10, 2006 3:05 pm
Location: Finland

Post by Fox »

I think you can do it this way...
At http://tournament.cybernations.net it's possible to whitelist google ads with these:

Code: Select all

@@|http://pagead2.googlesyndication.com/pagead/show_ads.js|
@@|http://pagead2.googlesyndication.com/pagead/ads?client=ca-pub-9338475562447655&dt=*tournament.cybernations.net*$subdocument
1st whitelistes Googlesyndication Script that all sites use, and 2nd only whitelistes googlesyndication frames that http://tournament.cybernations.net uses.
I think that client id is unique, but i'am not totally sure, so site url is there also, just in case.
Locked