ads on nyaa.eu

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

ads on nyaa.eu

Post by iamausername »

I see 3 ads on nyaa.eu
It would be nice :) if some of the popular filterlists added this:

Code: Select all

||files.nyaa.eu/lulz/*
MonztA
ABP Developer
Posts: 3957
Joined: Mon Aug 14, 2006 12:18 am
Location: Germany

Re: ads on nyaa.eu

Post by MonztA »

Added to EasyList.

Expect the ads to be back soon as they'll likely change the directories/names of the ads.
asdf

Re: ads on nyaa.eu

Post by asdf »

nyaa.eu, which just switched from nyaatorrents.org? Well here's a thought. If you just want to check the torrent listings, not using the forums or anything, why bother hunting down just the ads? It's layout is table-based. It does fine without even so much as CSS if all you want to do is search for torrents.
User avatar
fanboy
Posts: 3446
Joined: Sun Jun 17, 2007 4:45 am
Contact:

Re: ads on nyaa.eu

Post by fanboy »

Fixed here.. but for how long? :o
iamausername

Re: ads on nyaa.eu

Post by iamausername »

The ads are back Image
LorenzoC

Re: ads on nyaa.eu

Post by LorenzoC »

I know this is drastic but considering the nature of the site, what about
||files.nyaa.eu^$image
It would remove any image, including the "banners".
LorenzoC

Re: ads on nyaa.eu

Post by LorenzoC »

To re-enable the icons etc, you can add these:
@@||files.nyaa.eu/common/*
@@||files.nyaa.eu/www/*
harima.kenji.br
Posts: 3
Joined: Fri Apr 01, 2011 11:52 pm

Re: ads on nyaa.eu

Post by harima.kenji.br »

The webmaster of nyaa should be reading this post, because now the images are in the same folder, and the name of the files and extensions changes DAILY. :x
User avatar
Hubird
Posts: 2850
Joined: Thu Oct 26, 2006 2:59 pm
Location: Australia
Contact:

Re: ads on nyaa.eu

Post by Hubird »

Plenty of torrent sites about.

I sat totally boycott that site.
User avatar
fanboy
Posts: 3446
Joined: Sun Jun 17, 2007 4:45 am
Contact:

Re: ads on nyaa.eu

Post by fanboy »

Indeed, nyaa has been been proactive with his "anti adblock" methods, which I'm so far still blocking.. If he wants to waste his time changing directorys and filenames, I can keep it up (really not much effort here). But I'd personally boycott nyaa.
User avatar
Hubird
Posts: 2850
Joined: Thu Oct 26, 2006 2:59 pm
Location: Australia
Contact:

Re: ads on nyaa.eu

Post by Hubird »

fanboy wrote:Indeed, nyaa has been been proactive with his "anti adblock" methods, which I'm so far still blocking.. If he wants to waste his time changing directorys and filenames, I can keep it up (really not much effort here). But I'd personally boycott nyaa.
Probably a good idea not to let nyaa "bully" us and force ads to people who clearly don't want them.
anonymous74100
Posts: 213
Joined: Sat Mar 19, 2011 3:45 pm
Contact:

Re: ads on nyaa.eu

Post by anonymous74100 »

Hubird wrote:But I'd personally boycott nyaa.
Not easy if the fansubbers of my favorite anime release torrents only to that site.
User avatar
theblocker
Posts: 11
Joined: Sun Apr 03, 2011 4:06 pm

Re: ads on nyaa.eu

Post by theblocker »

Hide by Element, use these rules.

// hides the red email address
nyaa.eu##DIV[style="float: right; width: 200px; font-weight: bold; color: red; padding-top: 25px;"]

// hides the top left banner
nyaa.eu##DIV[style="height: 100px; width: 760px; float: left; text-align: left; padding: 7px 0px 0px 6px;"]

// hides the right banner, the asterisk is important, don't forget it
nyaa.eu##DIV[style="width: 120px; float: right; margin-top: 67px; margin-left: 6px;"] *

example in action..
Image
Image
anonymous74100
Posts: 213
Joined: Sat Mar 19, 2011 3:45 pm
Contact:

Re: ads on nyaa.eu

Post by anonymous74100 »

For simply hiding the ads, I suggest:

Code: Select all

nyaa.eu##a[href^="http://www.nyaa.eu/m?"]
User avatar
theblocker
Posts: 11
Joined: Sun Apr 03, 2011 4:06 pm

Re: ads on nyaa.eu

Post by theblocker »

The reason for blocking the DIV tags are to block by element. If the webmaster changes the linking scheme and still uses the same block layout, then the ads will still be blocked because the entire DIV element is hidden, not just the linked image.
Locked