break.com

This is where you should report issues arising from the subscription filters.
Locked
lookso
Site Member
Site Member
Posts: 12
Joined: Wed Jul 19, 2017 2:45 pm

break.com

Post by lookso »

Easylist

Can't watch videos:

Code: Select all

http://www.break.com/video/nfl-player-uses-two-arms-vs-professional-arm-wrestler-3121805
Rule to add:

Code: Select all

@@||s.brkmd.com/combres.axd/embedJs/*$script,domain=break.com
AintBigAintClever
Site Member
Site Member
Posts: 17
Joined: Sat Jun 20, 2015 2:24 pm

Post by AintBigAintClever »

That works where they're embedding YouTube (thanks, you get a thumbs-up for that) but not where they're embedding their own player. It certainly makes a difference, but it doesn't unlock the player.

Code: Select all

http://www.break.com/video/brown-bear-attacks-russian-camper-2115152
On a partly-blocked page the following code appears within the playback iframe:-

Code: Select all

<span class="dmp-error"></span>
On a page with no adblock the following code appears instead:-

Code: Select all

<span class="dmp-error" style="display: none;"></span>
I've found that adding the following rule in addition to the one you posted will remove the offending dmp-error block and allow video to play:-

Code: Select all

break.com##dmp-error
Locked