inbasic / iyccenter

YouTube Control Center provides a set of useful tools for YouTube.com
http://add0n.com/control-center.html
Other
48 stars 37 forks source link

bug: cannot hide “video suggestions” sidebar anymore #81

Open val461 opened 6 years ago

val461 commented 6 years ago

It used to work. Now, the video suggestions remain displayed. Toggling the button changes nothing. I use Firefox 61.0.2 (64-bit) on Arch Linux.

Jasper-Dev commented 5 years ago

i am experiencing the exact same problem on FireFox 62.0.3 (64-bits) windows 10

as a workaround i have installed a plug-in called stylus and added the code:

.html5-endscreen,   /*the suggestion tiles after the video has ended*/
#related            /*the recommended videos sidebar*/
{
    display:none;
}
val461 commented 5 years ago

Thank you, you are saving me from hours of procrastination.

Jasper-Dev commented 5 years ago

hahaha, you are very welcome. Hopefully the addon will be fixed soon.