traileraddict.com "sponsored content" ads

Posting here is no longer possible, please use the forum of a filter list project, such as EasyList
Locked
tempuser46
Posts: 1
Joined: Sun Feb 07, 2016 8:45 pm

traileraddict.com "sponsored content" ads

Post by tempuser46 »

If one blocks the standard double-click adverts on TrailerAddict.com the site instead loads "sponsored content" spam adverts via JavaScript. The <div> tags containing these spam links is given a pseudo-random class name. Currently the only way I've found to block them is using the filter:

Code: Select all

traileraddict.com##div.fram + div
Can anyone suggest a cleaner generic alternative that may be included in one of the official filter lists?

Thanks :)
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: traileraddict.com "sponsored content" ads

Post by mapx »

Code: Select all

/cassiterite/*
Locked