update: userscript-disable-youtube-autoplay-next.js
This commit is contained in:
parent
7d25e9fe1c
commit
77731fa80d
1 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
// @name Disable YouTube "Autoplay next video"
|
// @name Disable YouTube "Autoplay next video"
|
||||||
// @namespace https://vlw.se/
|
// @namespace https://vlw.se/
|
||||||
// @version 2026-04-10
|
// @version 2026-04-10
|
||||||
// @description Automatically disable autoplay of next video at the end of
|
// @description Automatically disable autoplay of next video at the end of the current video
|
||||||
// @author Victor Westerlund
|
// @author Victor Westerlund
|
||||||
// @match https://www.youtube.com/watch?v=*
|
// @match https://www.youtube.com/watch?v=*
|
||||||
// @icon https://www.google.com/s2/favicons?sz=64&domain=youtube.com
|
// @icon https://www.google.com/s2/favicons?sz=64&domain=youtube.com
|
||||||
|
|
@ -25,5 +25,5 @@
|
||||||
requestIdleCallback(disableAutoplay);
|
requestIdleCallback(disableAutoplay);
|
||||||
}
|
}
|
||||||
|
|
||||||
requestIdleCallback(disableAutoplay);
|
setTimeout(() => requestIdleCallback(disableAutoplay), 3000);
|
||||||
})();
|
})();
|
||||||
Loading…
Add table
Reference in a new issue