Open wedcf120 opened 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.
version of RYS: 4.3.46
🤔 are you sure? 4.3.46 hasn't been released yet!
I'll see if I can recreate the bug.
Oh! My mistake (the chrome version is ahead of firefox). Thanks for the screenshot..
I'll take a look.
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?
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.
Is the spacing issue on playlists with the left sidebar removal still there?
still
...yea not sure what's going on there, will add to my list
any progress?
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 :)
https://github.com/lawrencehook/remove-youtube-suggestions/assets/21985575/24c6412a-a736-436e-941b-4776d0cbd037
hope can fix it (^_^)