theonion.com videos (again)

This is where you should report issues arising from the subscription filters.
Locked
Alan Baxter
Contributor
Contributor
Posts: 149
Joined: Sun Apr 08, 2007 5:27 am
Location: Colorado, USA

theonion.com videos (again)

Post by Alan Baxter »

Embedded videos are blocked again. Maybe the onion changed something.
http://www.theonion.com/content/video/c ... sing_money
Blocked by

Code: Select all

.com/ads/

Code: Select all

@@||theonion.com/ads/video-ad$object_subrequest
isn't being matched for some reason.

Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3
Adblock Plus 1.1.1
Updated EasyList/EasyPrivacy
EasyList Last modified: 18 Oct 2009 17:36 UTC
EasyPrivacy Last modified: 18 Oct 2009 12:18 UTC
MonztA
EasyList Author
EasyList Author
Posts: 8121
Joined: Thu Jul 26, 2007 4:19 pm
Location: Germany

Post by MonztA »

@@||theonion.com/ads/video-ad$object_subrequest,xmlhttprequest

or

@@||theonion.com/ads/video-ad$xmlhttprequest
cb474
New Member
New Member
Posts: 3
Joined: Fri May 08, 2009 9:50 am

Post by cb474 »

I'm also experiencing this problem. The ".com/ads" filter blocks:

http://videos.theonion.com/ads/

And then if the ads won't play, neither will the video.
Ares2
Emeritus Contributor
Emeritus Contributor
Posts: 4572
Joined: Thu Sep 27, 2007 12:49 pm

Post by Ares2 »

@@||theonion.com/ads/video-ad$object_subrequest,xmlhttprequest
:arrow: :arrow: :arrow:
e80
Guest

Post by e80 »

http://www.theonion.com/content/video/d ... _to_use_up

Code: Select all


@@||theonion.com/ads/video-ad$object_subrequest,xmlhttprequest
This whitelist now breaks playback of the second part of the video. Jump to the end of the video at the given link to see what i mean. Removing the whitelist fixes the problem.
User avatar
Erunno
Emeritus Contributor
Emeritus Contributor
Posts: 1866
Joined: Fri Dec 05, 2008 5:21 pm

Post by Erunno »

I can't actually reproduce the original breakage for the whitelist filter. I turn off the filter and everything seems to work fine.
Zombie Contributor
e80
Guest

Post by e80 »

Uh.. the problem occurs because of the whitelist filter that is now in EasyList. Once it's disabled everything works fine.

To reproduce the problem have that whitelist filter enabled (as it is in EasyList by default), go to the video and jump to the end of it. Once it finishes, there's a loading progress circle (usually a video ad would play at that point), but otherwise nothing happens. Once you disable the whitelist filter, another video (not an ad) will play after the progress circle. Hence the whitelist filter should be removed from EasyList.
Michael
Contributor
Contributor
Posts: 4124
Joined: Sun Aug 23, 2009 8:08 pm

Post by Michael »

Removed (https://hg.adblockplus.org/easylist/rev/f6d5aa833dab)

Code: Select all

@@||theonion.com/ads/video-ad$object_subrequest,xmlhttprequest
User avatar
Erunno
Emeritus Contributor
Emeritus Contributor
Posts: 1866
Joined: Fri Dec 05, 2008 5:21 pm

Post by Erunno »

e80 wrote:Uh.. the problem occurs because of the whitelist filter that is now in EasyList. Once it's disabled everything works fine
Yes, I understand that. :D I tried to reproduce the old breakage first so that removing the whitelist filter won't fix the current problem in exchange for getting the old one back. But I couldn't reproduce the old one (video not playing) so it's probably save to remove the whiltelist filter again (for now).
Zombie Contributor
Locked