Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
val461 opened this issue Aug 23, 2018 · 3 comments
Open

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

val461 opened this issue Aug 23, 2018 · 3 comments

Comments

@val461
Copy link

val461 commented Aug 23, 2018

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
Copy link

Jasper-Dev commented Oct 22, 2018

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
Copy link
Author

val461 commented Oct 22, 2018

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

@Jasper-Dev
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants