elliotwaite / thumbnail-rating-bar-for-youtube

A Chrome and Firefox extension for YouTube that adds a rating bar (likes/dislikes ratio) to the bottom of every thumbnail.
https://chrome.google.com/webstore/detail/youtube-thumbnail-rating/cmlddjbnoehmihdmfhaacemlpgfbpoeb
MIT License
249 stars 17 forks source link

(Request) Show video page rating bar when using old-style YouTube layout #76

Closed GranTurismo364 closed 2 years ago

GranTurismo364 commented 2 years ago

I use custom CSS (via Stylish) to get the old layout of YouTube back, but doing so removes the coloured bar under the like/dislike buttons. Is there a way to return/add compatibility with the old layout?

Thanks!

elliotwaite commented 2 years ago

Can you share a screenshot?

GranTurismo364 commented 2 years ago

firefox_OOgg5aQuqo

elliotwaite commented 2 years ago

That rating bar, the one on the video page, is added by the Return YouTube Dislike extension, so I think it's an incompatibility between your custom CSS and that extension. I don't know much about how their extension works, but you could potentially check out their code base to try to figure out how their code adds that rating bar and what is causing the incompatibility.

GranTurismo364 commented 2 years ago

Thank you, I'll take a look at that and see if I can do anything, or if anybody else is experiencing the same.

elliotwaite commented 2 years ago

Okay, sounds good. I'm going to close this issue for now since the cause seems to be unrelated to this extension, but feel free to leave any more comments if you have any more questions for me about this.