When saving a video to a playlist, 1) add a button to sort the list alphabetically and 2) add a filter textbox to filter the list by title
Ceci est la version du script où le code a été mise à jour. Présenter toutes les versions.
Fixed to work with newest youtube version;Replaced most timers with mutation observers to improve performance and avoid janky and needless background work;Added @noframes to avoid this script being included on pages that embed YT videos
Upgraded script to work with new changes to YT. Removed jquery and replaced with vanilla JS. Utilized observers for efficiency.