Skip to content

Instantly share code, notes, and snippets.

@home-gihub
Created September 17, 2023 15:23
Show Gist options
  • Save home-gihub/34d1859a4acf662786f04c30b9c5831b to your computer and use it in GitHub Desktop.
Save home-gihub/34d1859a4acf662786f04c30b9c5831b to your computer and use it in GitHub Desktop.
opens a bunch of moving windows
<html><body><script>function b(ab, bb) {return Math.random()*(bb - ab) + ab}function a(){window.moveTo(b(-screen.width, screen.width),b(-screen.height,screen.height));window.open(window.location)}for (var i = 0; i < Infinity; i++) {a()}</script></body></html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment