The black screen issue

Everything about using Adblock Plus on Safari
Post Reply
hieronymusdesign
Posts: 22
Joined: Thu Dec 19, 2013 12:13 am

The black screen issue

Post by hieronymusdesign »

Hi guys,

Since a few days https://gaming.youtube.com launched.

The html 5 player is the default video play for youtube.

When using safari Version 8.0.8 (10600.8.9) and Ad block plus 1.9.2 commercials are blocked.

However. The video player ends up with a black screen. The audio is working.

To reproduce this just watch any live stream when a commercial is being blocked/

https://gaming.youtube.com/watch?v=7eTm3KWCPHQ for example

Regards Jerome
hieronymusdesign
Posts: 22
Joined: Thu Dec 19, 2013 12:13 am

Re: The black screen issue

Post by hieronymusdesign »

After looking in to the source code

<video class="video-stream html5-main-video" src="blob:https://gaming.youtube.com/4ededd0c-a1f ... 4ef6b4409f" style="width: 716px; height: 403px; left: 420.77777777777777px; top: 0px; -webkit-transform: none; display: none !important;"></video>

changed to

<video class="video-stream html5-main-video" src="blob:https://gaming.youtube.com/4ededd0c-a1f ... 4ef6b4409f" style="width: 716px; height: 403px; left: 420.77777777777777px; top: 0px; -webkit-transform: none; display: block !important;"></video>

the video appears
lewisje
Posts: 2743
Joined: Mon Jun 14, 2010 12:07 pm

Re: The black screen issue

Post by lewisje »

Maybe the player matched a hiding rule and that's why it had display: none !important
There's a buzzin' in my brain I really can't explain; I think about it before they make me go to bed.
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: The black screen issue

Post by mapx »

what if you add
@@||gaming.youtube.com^$elemhide
hieronymusdesign
Posts: 22
Joined: Thu Dec 19, 2013 12:13 am

Re: The black screen issue

Post by hieronymusdesign »

Hi Mapx. Thanks for your quick response. Maybe a shameful question. Where do i add @@||gaming.youtube.com^$elemhide ?
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: The black screen issue

Post by mapx »

click ABP icon, options, "add your own filters" tab, add that filter, see if works
Post Reply