Digital Spy Forums

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

Digital Spy Forums

Post by adfree »

I am looking for a way to block the empty space at the top of the page on threads on Digital Spy forums (http://www.digitalspy.co.uk/forums/foru ... y.php?f=22), as well as the new (blank) table (formerly filled by an ad) that appears at the top right of every first post on every page.

People have made posts about how to remove them, but they get deleted before I can see what has been suggested.

I use easylist filters, and this removed the ads, but not the space they occupied. I have selected 'collapse blocked elements'.
MonztA
ABP Developer
Posts: 3957
Joined: Mon Aug 14, 2006 12:18 am
Location: Germany

Post by MonztA »

Code: Select all

digitalspy.co.uk##DIV[style="padding: 0px 6px;"] > TABLE[align="center"][width="728"]

Code: Select all

digitalspy.co.uk##TD[id^="td_post_"] > DIV[style="border-style: solid; border-color: rgb(209, 209, 225); border-width: 0pt 0pt 1px 1px; margin: 0pt 0pt 10px 10px; padding: 0pt 0pt 7px 7px; float: right; width: 300px;"]
adfree

Post by adfree »

MonztA wrote:

Code: Select all

digitalspy.co.uk##DIV[style="padding: 0px 6px;"] > TABLE[align="center"][width="728"]

Code: Select all

digitalspy.co.uk##TD[id^="td_post_"] > DIV[style="border-style: solid; border-color: rgb(209, 209, 225); border-width: 0pt 0pt 1px 1px; margin: 0pt 0pt 10px 10px; padding: 0pt 0pt 7px 7px; float: right; width: 300px;"]
Thank you for the filters, but I am sad to say they have not worked :(
JPB

Post by JPB »

adfree wrote:
MonztA wrote:

Code: Select all

digitalspy.co.uk##DIV[style="padding: 0px 6px;"] > TABLE[align="center"][width="728"]

Code: Select all

digitalspy.co.uk##TD[id^="td_post_"] > DIV[style="border-style: solid; border-color: rgb(209, 209, 225); border-width: 0pt 0pt 1px 1px; margin: 0pt 0pt 10px 10px; padding: 0pt 0pt 7px 7px; float: right; width: 300px;"]
Thank you for the filters, but I am sad to say they have not worked :(
I think they may be changing things to keep ahead of AdBlock users. I found something which stopped the menu-blocking but it stopped working a couple of days ago...
Ares2
Posts: 1275
Joined: Fri Feb 15, 2008 12:47 pm

Post by Ares2 »

Added

Code: Select all

##*[id^="AdSky"]
to EasyList to fix the menu. :arrow: :arrow: :arrow:
Locked