Page 1 of 1

Why it doesn't work ?

Posted: Wed Aug 15, 2007 11:57 am
by Tomek S
/\D*\d{1,4}x\d{1,3}\D*\.swf\D*/.

Posted: Wed Aug 15, 2007 7:58 pm
by NJH
Remove the "." at the end?

Posted: Wed Aug 15, 2007 10:09 pm
by Tomek S
Now it's working. Thanks.
After changes filters looks like this:
/\d{1,4}x\d{1,4}\D*\.swf/
/bann?er/
/\/ad\w?\./
...
It should be in Filters for Adblock Plus. Sorry about this mistake.

Posted: Wed Aug 15, 2007 11:15 pm
by IceDogg
Moved for you. Didn't want to before in case you lost it.

Posted: Thu Aug 16, 2007 8:27 am
by Dr. Evil
Note that the \D* at the beginning and end are pretty useless. They'll match always since there'll be always zero or more digits.