Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

8
  • Congratulations! You didn't break anything!
    – Picachieu
    Commented Mar 31, 2019 at 4:17
  • @PikachuthePurpleWizard It may break the page now, since I changed the canvas size from 3600 x 3600 to 11700 x 11700. Do not use 12600 x 12600.
    – user495830
    Commented Mar 31, 2019 at 21:04
  • 4
    Now you broke something.
    – Picachieu
    Commented Mar 31, 2019 at 21:38
  • @PikachuthePurpleWizard Of course something broke, the canvas is so big. The only reason you can't see the size is because of the marquee elements in the HTML that is 600 x 600 px. There was a (backwards) warning.
    – user495830
    Commented Mar 31, 2019 at 22:09
  • This might crash your browser Commented Apr 2, 2019 at 13:19
  • @smileycreations15 It actually says in the warning that it may crash the browser, especially if you leave the tab on for too long or you have multiple tabs. I tested it on Chrome.
    – user495830
    Commented Apr 6, 2019 at 2:43
  • You just made me want to learn javascript. I must learn how to make unicorns continuously appear out of nowhere!
    – Picachieu
    Commented Apr 15, 2019 at 3:00
  • @PikachuthePurpleWizard I don’t know much about JS, but somehow, I could do that. I generate random URLs from unicornify.pictures, and use CSS to add some borders. The setInterval function adds unicorns every millisecond. And the rainbow background must look familiar somewhere... You can click on the unicorns to open the images in a new tab. One issue is that the URLs end in zeros, since my source of randomness is a function that returns random decimals (Math.random()) that are multiplied by large numbers. Nevertheless, it still makes endless unicorns that fill the page. 😄‮
    – user495830
    Commented Apr 15, 2019 at 3:14