lawrencehook / remove-youtube-suggestions

A browser extension that removes YouTube suggestions, comments, shorts, and more
https://lawrencehook.com/rys/
Mozilla Public License 2.0
368 stars 32 forks source link

when left sidebar hide on playlist page #98

Open wedcf120 opened 1 year ago

wedcf120 commented 1 year ago

https://github.com/lawrencehook/remove-youtube-suggestions/assets/21985575/24c6412a-a736-436e-941b-4776d0cbd037

hope can fix it (^_^)

lawrencehook commented 1 year ago

Hi! Thanks for making an issue. Can you check what version of the extension you're on? I fixed a similar bug on an earlier version. You might not be on the latest (4.3.45). You can find the version at the bottom of the "feedback" tab.

https://github.com/lawrencehook/remove-youtube-suggestions/assets/6572030/a9efd4a3-fea9-4f11-9fe2-466967cd96f3

wedcf120 commented 1 year ago

version of RYS: 4.3.46

lawrencehook commented 1 year ago

🤔 are you sure? 4.3.46 hasn't been released yet!

I'll see if I can recreate the bug.

wedcf120 commented 1 year ago

20230623091120

lawrencehook commented 1 year ago

Oh! My mistake (the chrome version is ahead of firefox). Thanks for the screenshot..

I'll take a look.

wedcf120 commented 1 year ago

i reinstalled from chrome store now i'm back to v4.3.45 but i think the rearrange videos on the grid still not working after hide shorts?

20230623175037 20230623175013

lawrencehook commented 1 year ago

Haha Ok, mysterious how there was a version 4.3.46...

On the spacing, yes it's a known issue. It was worse before, not sure if I'll be able to get it perfect. See #95 and #96.

lawrencehook commented 1 year ago

Is the spacing issue on playlists with the left sidebar removal still there?

wedcf120 commented 1 year ago

still

20230623222754

20230623222810

wedcf120 commented 1 year ago

20230625100447

20230625100736

lawrencehook commented 1 year ago

image

...yea not sure what's going on there, will add to my list

wedcf120 commented 1 year ago

kekw-kek

any progress?

owghanem commented 6 months ago

Hi, I found an easy fix for it. The HTML Element "html>body>ytd-app>div#content>ytd-page-manager>ytd-browse" has an attribute called "guide-persistent-and-visible" which changes to "mini-guide-visible" when the side menu is closed, when this attribute is remove it solves the problem.

I did a quick look around it doesn't have side effects on home page or something.

Also I don't know how excatly does the extension center content but inside "div#content" there is also two elements calles "tp-yt-app-drawer" and "ytd-mini-guide-renderer" that are responsible for the side menu when open and closed, they could be hidden/deleted to achive the same result. I don't really know which is better and how much does that help but I thought I could mention it :)