Doubleclick in Flash videos.

Posting here is no longer possible, please use the forum of a filter list project, such as EasyList
Locked
ant
Posts: 227
Joined: Sun Aug 26, 2007 5:01 am
Location: An Ant Farm
Contact:

Doubleclick in Flash videos.

Post by ant »

I am posting in here because Martin Lindhe, the maintainer of AdblockRules.com/.org, couldn't fix this issue:

http://www.videosift.com/video/10-Slutt ... ury-Povich

Embedded video from www.liquidgeneration.com server doesn't load. I was using AdblockRules.com 1/18/2009 filter in ABP v1.01 and SeaMonkey v1.1.14.

--

He replied:

"I have attempted to fix loading of the link you sent me.
The problem is that this site is using doubleclick.net as a
required part of the loading mechanism of the flash video player.
Since doubleclick.net is serving alot of ads all over the internet,
removing that rule from the ruleset is also not wanted.

Unfortunately, I do not know how to fix the ruleset currently.
A website specific fix could be made using greasemonkey.

Or easier yet, you just disable adblock plus on the specific site.

This type of forced advertising is quite new but I'm afraid
we'll see more of it in the future to counter adblockers."


Will there be solutions of this trick since more sites will be using this method?

Thank you in advance. :)
Ant @ The Ant Farm (http://antfarm.ma.cx) and Ant's Quality Foraged Links (http://aqfl.net).
User avatar
Adblock Plus Fan
Posts: 1255
Joined: Sat Feb 24, 2007 11:08 am

Re: Doubleclick in Flash videos.

Post by Adblock Plus Fan »

ant wrote:Will there be solutions of this trick since more sites will be using this method?
He could revise his doubleclick.net filter like Easylist did.

Or change it to exempt the videosift.com domain specifically:

Code: Select all

doubleclick.net$domain=~videosift.com
(his original filter was doubleclick.net)
or

Code: Select all

.doubleclick.net/$domain=~videosift.com
Doing this will make the doubleclick.net filter work on all sites as usual, except for when you browse the videosift.com domain.

It might be a good idea to inform him about the new Domain restriction features.
ant
Posts: 227
Joined: Sun Aug 26, 2007 5:01 am
Location: An Ant Farm
Contact:

myspace.com's minisodes too!

Post by ant »

Dang, there is another one but on myspace.com with its minisodes:

Example: http://vids.myspace.com/index.cfm?fusea ... D=48593191


doubleclick.net$domain=~videosift.com
http://ad.doubleclick.net/crossdomain.xml

adblockrules.org (1/31/2009)

:(
Ant @ The Ant Farm (http://antfarm.ma.cx) and Ant's Quality Foraged Links (http://aqfl.net).
User avatar
Adblock Plus Fan
Posts: 1255
Joined: Sat Feb 24, 2007 11:08 am

Re: myspace.com's minisodes too!

Post by Adblock Plus Fan »

Well, maybe I'm in the wrong country or something but they won't let me see that video even without ABP blocking anything so I can't check anything there.

Another thing:
ant wrote:doubleclick.net$domain=~videosift.com
I looks like he changed his filter to doubleclick.net$domain=~videosift.com|*.myspace.com
First is, wildcards won't work for domain restrictions.
Secondly, he needs the tilde symbol "~" if he wants to exempt a specific domain from a blocking filter.

So it should probably look like this instead:

Code: Select all

doubleclick.net$domain=~videosift.com|~vid.myspace.com
Although I can't see if this works or not since I can't see the video.
Locked