Vraiment bien cet astuce. J'ai simplifié quelqu'une de mes règles :
/[\W\d](onlineads?|ad(banner|click|-?flow|farm|frame|ima?g(es?)?|_id|js|log|serv(er|e)?|stream|_string|s|tech|trix|type|vertising|vertisements?|v|vert(s)?|xchange)?)[\W\d]/
/[\W\d]bann(er|ers|ieres)?[\W\d]/
/[\W\d](P|p)ub(s|licite)?[\W\d]/
/[\W\d](com|cible|double|fast|value)click[\W\d]/ /[\W\d]click(-fr.com|stream|thrutraffic|thru|thruserver.com|xchange)[\W\d]/
La première est repiquée sur un forum puis modifiée.
[^] # Re: Mes règles perso...
Posté par _alex . En réponse au message [Perl] Expressions rationnelles sous Adblock (extension anti-pub Firefox). Évalué à 2.
/[\W\d](onlineads?|ad(banner|click|-?flow|farm|frame|ima?g(es?)?|_id|js|log|serv(er|e)?|stream|_string|s|tech|trix|type|vertising|vertisements?|v|vert(s)?|xchange)?)[\W\d]/
/[\W\d]bann(er|ers|ieres)?[\W\d]/
/[\W\d](P|p)ub(s|licite)?[\W\d]/
/[\W\d](com|cible|double|fast|value)click[\W\d]/ /[\W\d]click(-fr.com|stream|thrutraffic|thru|thruserver.com|xchange)[\W\d]/
La première est repiquée sur un forum puis modifiée.