您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Live countdown to next EP
Fixed the slide-away tab's position when EP is full; it is now always anchored to the edge just below the title bar.
Fixed the auto-reload button tooltip to correctly reflect the button's state on page load.
Added an auto-update URL so script can self update, and cleaned up debug junk.
Fixed script so it plays well with ads. Was originally developed with a "premium" ad-free account, and ads would break the script.
Do you ever obsessively check back on your Q2019 tab when you're out of EP, refreshing to see if you have EP yet? Now the script auto-reloads for you when you get an EP!
This userscript adds a tiny little box in the bottom right corner of your Quarantine 2019 window. The box displays your real-time EP count, as well as real-time countdowns to next EP, >0 EP (i.e. when you will have 1 EP if you're zero or negative), and full EP.
Uses a timestamp to attempt to more accurately track time in case of Javascript time drift, rather than relying on JS setInterval() (for those times when you leave the page open overnight). It also auto-reloads the page if left idle for an hour -- a cheap kludge to avoid buffer overflows and further minimize drift.
Firefox users need to install Greasemonkey
Chrome users need to install Tampermonkey
Other userscript extensions *may* work but I make no guarantees. Hell, I make no guarantee it actually works on anything other than my own computer ;)
Safari users can try TamperMonkey for Safari -- once again, no guarantees this script will work with it :P
NOTE: relies on jQuery -- Q2019 seems to run with its own proprietary version, and @require
ing any other version seems to break things. Also uses jQuery UI, specifically version 1.8.6 because it plays nice with Q2019's version of jQuery.