raingart / Nova-YouTube-extension

Apache License 2.0
199 stars 9 forks source link

[Feature Request] Direct-click "Save to playlist" button #32

Closed Coldblackice closed 1 year ago

Coldblackice commented 1 year ago

Youtube previously had the "Save to playlist" button directly accessible, however, they've recently buried it in a submenu now, requiring multiple clicks.

Would it be possible to add the ability for this button to be made directly clickable? And perhaps also the option to hide/remove the "Clip" and "Thanks" buttons, which clutter up the interface.

raingart commented 1 year ago

The "Save to playlist" button and others appear with a large screen resolution.

Screenshot from 2022-11-11 12-40-49

Unfortunately, I don't know how to cheat youtube scripts to move buttons or change them to another screen size.

As for scripting various page elements, this is a great extension: https://chrome.google.com/webstore/detail/khncfooichmfjbepaaaebmommgaepoid

I will try to find other scripts. And see how they work. Because at the moment I only have a stupid idea to just open the existing buttons and add my own. But it's a crutch

raingart commented 1 year ago

This script (now non-working now) pushed me to one of the solutions

if you are satisfied with such a solutions, I will implement it

Screenshot from 2022-11-14 14-46-39

raingart commented 1 year ago

"Buttons without labels" - this plugin will appear in the next release