raingart / Nova-YouTube-extension

Apache License 2.0
213 stars 11 forks source link

[Feature] hide clip, thanks, download, report #70

Closed venkat2305 closed 1 year ago

venkat2305 commented 1 year ago

please give an option to remove the buttons under the player. I use like and dislike, save to playlist options only. it would be great if we could remove all those unnecessary buttons and have the required one only. the main request is to remove the ones shown directly under the player and replace that position with useful ones like save to playlist. if you know any extension, please share. I found one script but its not working. Also, this would be a nice addition to nova. thanks. i want to use nova extensively, please don't get annoyed as I might post a lot feature requests and report bugs.

raingart commented 1 year ago

I once met a similar script. But I don't remember where https://greasyfork.org/en/scripts/440416-youtube-hide-download-and-other-buttons-under-video

https://unhook.app/

venkat2305 commented 1 year ago

this script removed those buttons and placed them in the three-dot menu. but we can't configure anything.

venkat2305 commented 1 year ago

and from unhook extension only these were helpful image

raingart commented 1 year ago

v.v. I think there are many more resources. Just once in a very long time you may need some button. And it is unnecessary to go into the settings that you are off and reload the page. Of course, provided that you have not forgotten that there are such buttons.

Simply hiding css is a much less resource intensive method #actions-inner #menu #flexible-item-buttons - this css points to the buttons container (except likes and dropdown menu)

You wrote that it is difficult to hide certain buttons. Yes and no at the same time. Conventionally, they are divided into 3 groups:

groups of them are easy to hide if you know css.

venkat2305 commented 1 year ago

this script is great. It removes the downoad button and replaces it with the useful save to playlist button. I use only two buttons lke/dislike and save to playlist. the latest yt UI added one step to reach save to playlist(which we use all the time). please have a look into the images. please implement in this way to nova.

Before: image

After: image

venkat2305 commented 1 year ago

please add download, clip, report hide options as well, so that save to playlist comes out of the three dot meny

venkat2305 commented 1 year ago

i just need save to playlist button under the player. I was trying add ask all the features I use in nova itself. I'm using another script for this. Thanks for looking into this.

raingart commented 1 year ago

I thought a little and made an implementation based on icons. Instead of parsing titles or numbering.

The implementation is not very optimal

venkat2305 commented 1 year ago

this issue is solved. Thanks

raingart commented 1 year ago

A new button hide plugin has been merged with "Buttons without labels"

Screenshot from 2023-03-24 14-50-03

Alas, it was not possible to hide three dot meny. The reason is the lack of the ability to determine if there are not hidden items inside