How to block this ad on SpaceDaily ?

Posting here is no longer possible, please use the forum of a filter list project, such as EasyList
Locked
JDlugosz
Posts: 7
Joined: Fri Nov 10, 2006 9:03 pm
Contact:

How to block this ad on SpaceDaily ?

Post by JDlugosz »

Take a look at SpaceDaily.com. With the normal filters installed, there is still a grey bar after the first group of 6 article summaries, that contains a memory foam mattress ad and meta-ad information.

How would I remove that? The enclosing items (center > table > tbody ) don't have a special style to match against.

Is this doable using the item feature of ABP, without much fear of false positives? Or would it be better done using a different technology, such as stylist or greasemonkey? Using GM I could certainly find the table with a bgcolor that contains "MARKETPLACE AND CLASSIFIEDS" somewhere within some contained element. Is that doable with a single XPATH expression?

--John
User avatar
Stupid Head
Posts: 214
Joined: Sat Aug 26, 2006 8:11 pm
Location: USA

Post by Stupid Head »

Code: Select all

spacedaily.com##table[width="850"][bgcolor="#ececec"]
CSS (ABP, Stylish) is better because it will hide ads as the page loads. JavaScript (GM) or XPATH-based hiding (RIP) will only operate after the page has loaded.
What, me worry?
Locked