Sorting videos on YouTube

Sorting videos on YouTube using the floating button

< Feedback on Sorting videos on YouTube

Review: OK - script works, but has bugs

§
Posted: 16-04-2023

Hello,

Unfortunately, the floating button appears on all YouTube pages and even these pages :
- https://www.youtube.com/account
- https://www.youtube.com/feed/history

Sometimes 2 floating buttons appear on the watch video page :-(

Thank you for your answer.

Google Chrome Browser with Tampermonkey or Violentmonkey

§
Posted: 20-04-2023

I think you need to replace lines
// @match https://www.youtube.com/*

with something like this
// @match https://www.youtube.com/c/*
// @match https://www.youtube.com/@*
// @match https://www.youtube.com/user/*

§
Posted: 22-04-2023

a5653620 : Thanks a lot for you tip ;-)

Post reply

Sign in to post a reply.