Page 1 of 1

[RESOLVED] Blocking of javascript also blocks pagination ??

Posted: Mon Dec 20, 2010 9:42 pm
by yamada
Hi,

Not to publish any sites here but a file called

Code: Select all

znkblvna.js
is generating a annoying popup on a site i visit.
i download the plugin but it does block everything.
unfortunately it also blocks the pagination of websites as they use

Code: Select all

<a onclick="javascript:list_submit(3); return(false)" href=#>3</a>
but this type of blocking eliminates the pagination as well.
Is there another way of just blocking this file?

Re: Blocking of javascript also blocks pagination ??

Posted: Mon Dec 20, 2010 9:52 pm
by Giorgio Maone
ABE:
in the USER ruleset add

Code: Select all

Site /znkblvna\.js$
Deny

Re: Blocking of javascript also blocks pagination ??

Posted: Mon Dec 20, 2010 9:56 pm
by yamada
when i do that i get error..

line 1:5 no viable alternative at character '/'

Re: Blocking of javascript also blocks pagination ??

Posted: Mon Dec 20, 2010 10:23 pm
by Giorgio Maone
try

Code: Select all

Site ^.*test\.js$
Deny

Re: Blocking of javascript also blocks pagination ??

Posted: Mon Dec 20, 2010 10:28 pm
by yamada
no error...
i assume that was a test?

Re: Blocking of javascript also blocks pagination ??

Posted: Mon Dec 20, 2010 10:44 pm
by Giorgio Maone
Ooops, sorry, I meant

Code: Select all

Site ^.*znkblvna\.js$
Deny
of course.

Re: Blocking of javascript also blocks pagination ??

Posted: Mon Dec 20, 2010 10:47 pm
by yamada
no error, see how that goes...
thank you..