Hi,
I have the following filter in my self added filters, because i find this script annoying, and image loading using it takes about 10 times as long as just opening an image directly.
"scriptaculous.js"
Now, I want to disable this filter on the domain "lavalys.com"
Anyone know how this is possible, by changing the filter code please ?
How to allow a filtered object on specifc site ?
Code: Select all
scriptaculous.js$domain=~lavalys.com
Just a little question Ares,
your filter works fantastic, but now, when I want to bypass this filter on another domain, would this work ?
your filter works fantastic, but now, when I want to bypass this filter on another domain, would this work ?
Code: Select all
scriptaculous.js$domain=~(lavalys.com|otherdomain.com)
No. Regexp + Adblock Plus = bad. Remember that.berzerk wrote:on another domain, would this work ?Code: Select all
scriptaculous.js$domain=~(lavalys.com|otherdomain.com)

For the syntax, see the link I gave you in the last post.