User:Guest-1052/huerotate.js: Difference between revisions

From Our World of Text Wiki
Jump to navigation Jump to search
(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";")
 
No edit summary
 
Line 1: Line 1:
alert("you cooked the egg and ate it");
rainbu=document.createElement("style");
rainbu=document.createElement("style");
rainbu.innerHTML="@keyframes rainbu{to {filter:hue-rotate(360deg)}}";
rainbu.innerHTML="@keyframes rainbu{to {filter:hue-rotate(360deg)}}";
document.body.appendChild(rainbu);
document.body.appendChild(rainbu);
document.body.style.animation = "rainbu 0.69420s ease infinite";
document.body.style.animation = "rainbu 0.69420s ease infinite";

Latest revision as of 13:38, 21 October 2023

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";