![]() |
|
#1
|
|||
|
|||
|
Hello,
I've been learning Regular Expressions , and I came up with my first one to block Softpedia's ads coming from this link:-http://s2.softpedia-static.com/images/aetd/AAETD4.jpg?v=66 The regular expression I came up with, should block all future ads, even if what's in bold changes. The regular expression is the following one: Code:
Copy and past it to Nimi Cleanser, in the Images Shield at the very end, before /. You should also add | before the regular expression (no spaces between). I tested it, and it's working fine. ![]() Cheers P.S: Tell me if it's working. Also, tell me if you know of any other ads that it doesn't block. It will also be a great way to learn more about this regular expressions stuff. P.S 2: [a-z]+\/[A-Z]+[0-9]+\.(jpg\?v=)[0-9]+ would also work... I could even make it smaller, but I want to play on the safe side. lol Last edited by m00nbl00d : April 30th, 2012 at 06:49 PM. |
| « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|
|