QUOTE(mewto51 @ Feb 17 2022, 20:57)

great script near perfect but i have a request is it possible to add feature too remember last delay time.
I've tried to add the feature to the script, but I have not tested my code at all. (In fact, I don't even have the MPV Hath Perk.)
So try the modified script below at your own risk; it might just be broken.
CGMode_Autoplayer_0.1.1.user.js.txt ( 9.76k )
Number of downloads: 15Edit: Scratch that, thanks to Shank I was able to test the code. Unfortunately, the existing version didn't work for me at all (using Firefox + Greasemonkey). Problems ranged from GM_addStyle being undefined to broken interactions between page code and userscript code. So here's a new version:
CGMode_Autoplayer_0.1.3.user.js.txt ( 12.5k )
Number of downloads: 22It contains some rather intrusive changes in the way the code is injected, but all the core functionality is the same. Also, it works in Greasemonkey and in my test it did save the delay time automatically, so yay.
(However, if the original version of the userscript worked for you, then my first attempt (version 0.1.1) should also work, I think.)
This post has been edited by atasitian: Feb 18 2022, 10:17