Quarantine EP Counter

Live countdown to next EP

Verze ze dne 06. 02. 2016. Zobrazit nejnovější verzi.

Autor
J. Jones
Hodnocení
0 0 0
Verze
0.3
Vytvořeno
06. 02. 2016
Aktualizováno
06. 02. 2016
Size
4,7 KB
Licence
neuvedeno
Spustit na

v0.3: Auto reloads on >0 EP! 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!

v0.2: First public release

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 it's been sitting idle for 4 hours -- 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 @requireing any other version seems to break things.