nintendolife.com

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

nintendolife.com

Post by Guest »

nintendolife.com detects ABP with EasyList.

Code: Select all

<div data-insert-id="491624" class="insert" style="min-height: 250px; background: url(http://static.nintendolife.com/themes/nlifev8/css/images/adblock.jpg) 0% 0% no-repeat;"></div>
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: nintendolife.com

Post by mapx »

try

Code: Select all

nintendolife.com##.insert
gingerbeardman
Posts: 7
Joined: Tue Jun 24, 2014 6:00 pm

Re: nintendolife.com

Post by gingerbeardman »

New http://www.nintendolife.com site was launched today

These work for me.

Code: Select all

nintendolife.com##.insert
nintendolife.com##.item-insert
nintendolife.com##.article-recommendations
cdn.taboola.com
these remove:
1. top and sidebar ads
2. "native" list item ads
3. taboola article recommendations
4. taboola script

The site is responsive, so you can even reclaim the side column by using this CSS:

Code: Select all

.content {
	width: inherit !important;
}
Locked