Why it doesn't work ?

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

Why it doesn't work ?

Post by Tomek S »

/\D*\d{1,4}x\d{1,3}\D*\.swf\D*/.
NJH
Posts: 60
Joined: Thu Jun 15, 2006 9:23 am
Location: Hampshire, England

Post by NJH »

Remove the "." at the end?
Tomek S

Post 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.
IceDogg
Posts: 909
Joined: Fri Jun 09, 2006 11:22 pm

Post by IceDogg »

Moved for you. Didn't want to before in case you lost it.
Dr. Evil
Posts: 194
Joined: Fri Sep 08, 2006 3:51 pm

Post 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.
Locked