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
The black screen issue
-
- Posts: 22
- Joined: Thu Dec 19, 2013 12:13 am
Re: The black screen issue
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
<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
Re: The black screen issue
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.
Re: The black screen issue
what if you add
@@||gaming.youtube.com^$elemhide
@@||gaming.youtube.com^$elemhide
-
- Posts: 22
- Joined: Thu Dec 19, 2013 12:13 am
Re: The black screen issue
Hi Mapx. Thanks for your quick response. Maybe a shameful question. Where do i add @@||gaming.youtube.com^$elemhide ?
Re: The black screen issue
click ABP icon, options, "add your own filters" tab, add that filter, see if works