To make AutoPlay Next Duration longer
< 脚本YouTube: Make AutoPlay Next More Than 3 seconds的反馈
After changing the script, you need to full reload the YouTube page. you can close the tab and then open enter the youtube url again
Maybe there’s another setting or a cache issue affecting the change. Have you tried restarting or checking for any hardcoded defaults in the script?
I have tested again. This script is still valid.
For advanced users, you can also do something like localStorage.second_to_play_next = '30'
in DevTools so you do not need to change the hardcoding in this script.
For anyone who find this script useful, please leave a good feedback in https://gf.qytechs.cn/scripts/475579/feedback
For tampermonkey users, make sure you configure your browsers and userscript manager correctly. See https://www.tampermonkey.net/faq.php#Q209
If page refresh does not work, Use ctrl-shift-R or open a new tab and paste the url to truly reload the YouTube application.
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址
I tried to change 8 seconds setting, but it does not work. The script just ignores the number of seconds I set in "second_to_play_next_def". I did disable script auto update to be able to change script.