Wall Street Journal [added] (pvt)

Here you should report unblocked ads, trackers, social media items, annoyances or leftovers from blocked content.
Locked
Wladimir Palant Verified
Adblock Plus Author
Adblock Plus Author
Posts: 444
Joined: Thu Mar 09, 2006 1:01 pm
Location: Cologne, Germany

Wall Street Journal [added] (pvt)

Post by Wladimir Palant Verified »

http://online.wsj.com/public/us has an ad at the top - http://online.wsj.com/img/promos/mark p ... update.gif. Maybe add */promos/* filter or do you think this will create false positives?

PS: Yes, this ad cannot be blocked via context menu - bug 16605.
User avatar
rick752
Honorary Member
Honorary Member
Posts: 4508
Joined: Fri Dec 30, 2005 1:02 am
Location: New York, USA

Post by rick752 »

Well, that's an annoying little beggar, isn't it?

I think that

Code: Select all

*/promos/*
is probably too general (I think I had that one quite a while back but got rid of it because of a couple of fp's).

But:

Code: Select all

/promos/*promo
... damn ... if you have to use it twice, it can't be good. :) :wink:

Done!
:arrow: :arrow: :arrow:
"Experience is something you don't get until just after you need it"
e80 Verified
Contributor
Contributor
Posts: 151
Joined: Wed Jan 13, 2010 7:27 pm

Post by e80 Verified »

http://www.huffingtonpost.com/2010/02/0 ... 53809.html

Code: Select all


||doubleclick.net/pfadx/*.wsj$object_subrequest,third-party

Code: Select all


http://ad.doubleclick.net/pfadx/video.wsj.com/default;frmt=0;plID=wsjexternalembed;lnID=Tech;ttID=9CD3E0E1D2984C249823574886850FB7;cue=mid;cgm=0;ord=1265703044124;adCat=;dcmt=text/xml?
http://ad.doubleclick.net/ad/N636.6421.5102994645521/B4000220.6;sz=1x1;ord=7678537
Embedded wsj.com video will not work without the above filter. After clicking play a ~2 sec intro will play, followed by "your video will begin in 15 seconds" while nothing actually happens.

Note that the 1x1 gif will be blocked even though its url isn't covered by the filter itself.
User avatar
Erunno
Emeritus Contributor
Emeritus Contributor
Posts: 1866
Joined: Fri Dec 05, 2008 5:21 pm

Post by Erunno »

https://hg.adblockplus.org/easylist/rev/fd3f64488b81

I have unblocked the video ad at the beginning to make the main content work again but that leaves a rather foul taste in my mouth. If someone knows a better way I'm open for suggestions.
Zombie Contributor
User avatar
fanboy Verified
EasyList Author
EasyList Author
Posts: 12244
Joined: Wed Sep 05, 2007 8:17 pm

Post by fanboy Verified »

suggestion wise, worked out of the box here.
I use,

Code: Select all

.com/ads/$image,background,subdocument
rather than

Code: Select all

.com/ads/
e80 Verified
Contributor
Contributor
Posts: 151
Joined: Wed Jan 13, 2010 7:27 pm

Post by e80 Verified »

Erunno wrote:https://hg.adblockplus.org/easylist/rev/fd3f64488b81

I have unblocked the video ad at the beginning to make the main content work again but that leaves a rather foul taste in my mouth. If someone knows a better way I'm open for suggestions.
Why not block the ad with my suggested filter? There's already a similar filter in EasyList (||doubleclick.net/pfadx/*.mtvi$object_subrequest,third-party) for Comedy Central embedded content.
User avatar
Erunno
Emeritus Contributor
Emeritus Contributor
Posts: 1866
Joined: Fri Dec 05, 2008 5:21 pm

Post by Erunno »

e80 wrote:Why not block the ad with my suggested filter?
It doesn't show up for me. With the exception of crossdomain.xml all Doubleclick addresses are blocked on the page you provided.
Zombie Contributor
e80 Verified
Contributor
Contributor
Posts: 151
Joined: Wed Jan 13, 2010 7:27 pm

Post by e80 Verified »

Erunno wrote:
e80 wrote:Why not block the ad with my suggested filter?
It doesn't show up for me. With the exception of crossdomain.xml all Doubleclick addresses are blocked on the page you provided.
I've double checked on another computer and am getting the same behavior there. Did you play the video to the point where the 15sec problem occurs before checking the blockable items list? That's where the other obj subrequests happen for me.
User avatar
Erunno
Emeritus Contributor
Emeritus Contributor
Posts: 1866
Joined: Fri Dec 05, 2008 5:21 pm

Post by Erunno »

e80 wrote:Did you play the video to the point where the 15sec problem occurs before checking the blockable items list?
Oops. :oops:

https://hg.adblockplus.org/easylist/rev/c1992cd7b278

Thanks for the hint. :biggrin:
Zombie Contributor
Locked