tusx / better-mobile-youtube

GNU General Public License v3.0
1 stars 1 forks source link

Add the ability to remove items from playlists #13

Open csolisr opened 1 month ago

csolisr commented 1 month ago

YouTube on mobile lacks the ability to remove items from playlists from the media player, only to add them. This makes it tedious to remove elements from the watch-later playlist after having watched them, and to remove items accidentally added to the wrong playlist. YouTube on desktop and the Android app does have that ability by displaying a list of check boxes instead, which you could leverage.

samolukadjo commented 1 month ago

Checking whether this is possible.

tusx commented 1 month ago

that is a good idea. i will check if it is possible to implement of what you are asking.

tusx commented 1 month ago

@samolukadjo i will assigne it to you. for me it will be around 12 hrs till i get to look at it.

samolukadjo commented 1 month ago

Ok

samolukadjo commented 1 month ago

It seems YouTube really doesn't like it when you try to mess with their backend. I haven't succeeded yet in making the buttons I inserted actually work. Also, YouTube's JS is filled with variables named "a", "m", "M", etc. so it's a bit hard to figure out what it does.

tusx commented 1 month ago

yeah, lets put this on the side for now.