User:Guest-1052/huerotate.js

From Our World of Text Wiki
< User:Guest-1052
Revision as of 13:37, 21 October 2023 by Guest-1052 (talk | contribs) (Created page with "alert("you cooked the egg and ate it"); rainbu=document.createElement("style"); rainbu.innerHTML="@keyframes rainbu{to {filter:hue-rotate(360deg)}}"; document.body.appendChild(rainbu); document.body.style.animation = "rainbu 0.69420s ease infinite";")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
alert("you cooked the egg and ate it");
rainbu=document.createElement("style");
rainbu.innerHTML="@keyframes rainbu{to {filter:hue-rotate(360deg)}}";
document.body.appendChild(rainbu);
document.body.style.animation = "rainbu 0.69420s ease infinite";