Results 2 comments of Mikrz

Regarding Uptime calculation, for Linux systems at least you can read /proc/uptime to get the seconds since last boot as the first number in the file. There's also /proc/net/dev that...

@ssddanbrown > ``` > > > .lum-lightbox.lum-open {z-index: 999;} > > const images = document.querySelectorAll(".page-content a > img"); > for (const image of images) { > new Luminous(image.parentElement); > }...