TMZ.com goes blank...

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

TMZ.com goes blank...

Post by Otto »

TMZ inserts ads in their photo gallery (see link). AdBlock Plus blocks the ads but every sixth photo is blank and you can't progress to see any of the other photos.
This forces you to either disable Adblock or refresh the page after every sixth photo. Any ideas?
http://photos.tmz.com/galleries/careful ... re_kissing
User avatar
Hubird
Posts: 2850
Joined: Thu Oct 26, 2006 2:59 pm
Location: Australia
Contact:

Post by Hubird »

Code: Select all

@@|http://ar.atwola.com/file/adsWrapper.js
Should fix the image / ad problem. You will still get the
blank space but you will be able to click the next arrow instead of having to refresh the page.

Code: Select all

#*(class^=advertisement)
#*(id=right-ad)
tmz.com#DIV(id=leaderboard)
Should remove some empty space (The first 2 are generic but should be safe for all sites).

You did not say who's filter subscription you are using which is always helpful when trying to fix problems.

However...

All the main list authors should see this post and update things accordingly.
User avatar
fanboy
Posts: 3446
Joined: Sun Jun 17, 2007 4:45 am
Contact:

Post by fanboy »

how about changing .atwola.com -> */pr.atwola.com/*
User avatar
Hubird
Posts: 2850
Joined: Thu Oct 26, 2006 2:59 pm
Location: Australia
Contact:

Post by Hubird »

fanboy wrote:how about changing .atwola.com -> */pr.atwola.com/*
I'm not sure if that is a good idea. The filter .atwola. in EasyList is blocking 3 scripts and 1 frame

We have content from:

ar.atwola.com

And

cdn.at.atwola.com

Changing it to */pr.atwola.com/* will not block anything on that page.
Ares2
Posts: 1275
Joined: Fri Feb 15, 2008 12:47 pm

Post by Ares2 »

Hubird wrote:

Code: Select all

tmz.com#DIV(id=leaderboard)
This one just moves the navigation items up, the header itself stays down (so it probably shouldn't be used).
Otto

Post by Otto »

Hubird wrote:

Code: Select all

@@|http://ar.atwola.com/file/adsWrapper.js
Should fix the image / ad problem. You will still get the
blank space but you will be able to click the next arrow instead of having to refresh the page.
Yeah, the first filter works as you described and sure beats refreshing the page every time. I didn't use the other 2 filters though...
BTW, the subscription I'm using is Rick752's EasyList
Thanks.
Locked