6 ms·
Why is it flashing a bluescreen at me every 25 seconds? https://oldestsearch.com/blue.png https://oldestsearch.com/blue.png Code from their site: setInte
by Meai 4y ago
Why is it flashing a bluescreen at me every 25 seconds?
https://oldestsearch.com/blue.png https://oldestsearch.com/blue.png
Code from their site:
setInterval(() => {
app.style.backgroundImage = "url(https://oldestsearch.com/blue.png)";
setTimeout(() => {
app.style.backgroundImage = "url(https://oldestsearch.com/bg.png)";
}, 200);
}, 25000);
- khaledh 4y agoIt's the blue screen of death[1]. I guess it's paying tribute to the time when this used to be a frequent occurrence on Windows, which was contemporary to the early web. But yeah, flashing it that fast would confuse a lot of people. [1] https://en.wikipedia.org/wiki/Blue_screen_of_death https://en.wikipedia.org/wiki/Blue_screen_of_death