block Ads with "clicktag" by default?

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

block Ads with "clicktag" by default?

Post by Daniel »

Hello,

in the past I see many flash ads using a clicktag in the URL.
For example:
http://matrix.mediavantage.de/data/1060 ... .de/mx.one

I think a default filter with flash an clicktag is a good idea:

Code: Select all

/\.swf\?clicktag=/
Can you add it to the default filter list?
Guest

Re: block Ads with "clicktag" by default?

Post by Guest »

Daniel wrote:

Code: Select all

/\.swf\?clicktag=/
I found some clicktag flash movies without ".swf", so we should remove .swf from the filter and maybe add "http".

Code: Select all

/\?clicktag=http/
Daniel

Re: block Ads with "clicktag" by default?

Post by Daniel »

Daniel wrote:

Code: Select all

/\?clicktag=http/
There are still versions with an "&". So change it once more

Code: Select all

/[\?\&]clicktag=http/
Locked