Name: Anonymous 2018-09-05 3:05
Any ideas for something simple that will slow down the user's CPU? It doesn't have to be useful, it can be some random function. Anything CPU-intensive.
for(let i = 0; i < navigator.hardwareConcurrency; i++) new Worker("data:,for(;;);")