Change "http://ads<number>." to "http:

Here you should report unblocked ads, trackers, social media items, annoyances or leftovers from blocked content.
Locked
Guest
Guest

Change "http://ads<number>." to "http:

Post by Guest »

Change "http://ads<number>." and "http://ads." to "http://ads\n*."

It means you don't need ads1,ads2... etc.

*fixed op post error*
User avatar
rick752
Honorary Member
Honorary Member
Posts: 4508
Joined: Fri Dec 30, 2005 1:02 am
Location: New York, USA

Post by rick752 »

Anonymous wrote: Change "http://ads<number>." and "http://ads." to "http://ads\n*."
We don't use regexps here. They are totally inefficient in Adblock Plus. That whole set of simple filters of mine is faster than a single regexp:
http://www.richsterling.com/forum/viewtopic.php?t=583
"Experience is something you don't get until just after you need it"
User avatar
Stupid Head
Emeritus Contributor
Emeritus Contributor
Posts: 97
Joined: Tue Aug 08, 2006 2:47 am
Location: USA

Post by Stupid Head »

Performance issues aside, the correct regexp would be:

Code: Select all

/^http://ads\d?\./
I'm not really sure how you came up with your exp.
What, me worry?
Locked