Jump to content

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

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";"
 
Guest-1052 (talk | contribs)
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";