topnaz.com-help on creating a generic rule for pop up js

Various discussions related to filter list maintenance

Moderator: njones

Post Reply
nexaen
Posts: 16
Joined: Mon Aug 27, 2007 6:17 pm

topnaz.com-help on creating a generic rule for pop up js

Post by nexaen »

Hi,
Could you please let me know if there is a way on writing a generic rule for blocking pop up loaded from following address

Code: Select all

http://topnaz.com/pop-yas.js
through this like:

Code: Select all

http://www.topnaz.com/
I'm looking for a generic rule not just simply blocking like this:

Code: Select all

*topnaz.com/pop-yas.js*
I have already written following rule, but it doesn't block the pop up

Code: Select all

*/cclink/click.php?id*
Could you please have a look if you can help me?
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: topnaz.com-help on creating a generic rule for pop up js

Post by mapx »

try

Code: Select all

||m.adnegah.net^
||topnaz.com/pop-yas.js
topnaz.com###adnFloatbr
##A[href*="/click.php"]
nexaen
Posts: 16
Joined: Mon Aug 27, 2007 6:17 pm

Re: topnaz.com-help on creating a generic rule for pop up js

Post by nexaen »

thank you mapx, my question is regarding the following java file:

Code: Select all

http://topnaz.com/pop-yas.js
that results in opening the following address:

Code: Select all

http://yasell.biz/images/pop/topnaz1.html
There are different sites having similar file, to open a windows with an address beginning with:

Code: Select all

http://yasell.biz/images/pop/*
The rule you've written for it, ||topnaz.com/pop-yas.js, successfully blocks it, but it's specifically for that site.

here is another example:

Code: Select all

http://www.jahaniha.com/newpop.js
that opens the following address:

Code: Select all

http://yasell.biz/images/pop/shopppp.html
So, my question is if there is a way to block *yasell.biz/images/pop/* from opening?
I thought adding the following rule will fix it, but it doesn't prevent loading it. Is there a workaround for it? or should it be blocked specifically for all websites having this js file?

Code: Select all

*yasell.biz/images/pop/*
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: topnaz.com-help on creating a generic rule for pop up js

Post by mapx »

try
||yasell.biz/images/pop$popup
nexaen
Posts: 16
Joined: Mon Aug 27, 2007 6:17 pm

Re: topnaz.com-help on creating a generic rule for pop up js

Post by nexaen »

Thanks a lot mapx, working successfully,
Could you please introduce me a tutorial on this?
Post Reply