![]() |
|
A little tweak I use to stay on top of things - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: Coding (https://sinister.ly/Forum-Coding--71) +--- Thread: A little tweak I use to stay on top of things (/Thread-A-little-tweak-I-use-to-stay-on-top-of-things) |
A little tweak I use to stay on top of things - Wildfire - 06-23-2016 Because there is no dedicated, live dashboard of things happening on the forums, this is what I do to stay on top of things. 1. Load Sinister.ly 2. Scroll down to Forum stats 3. Right click, inspect element, go to Console Paste this in: Code: setInterval(function() { prostats_reload(); }, 10000);This will reload the stats section automagically every 10 seconds. Just a tip! RE: A little tweak I use to stay on top of things - Skullmeat - 06-26-2016 Fuckin A. As a mod this is a great little trick. +rep for you. |