Color (hue) shifting bookmarklet
8 years ago
General
Out of a strange kind of boredom, I made a bookmarklet that cycles through hue shifts for submissions on FA
javascript:var c=document.createElement("style");c.type="text/css";c.innerHTML="@keyframes a{0%{filter:hue-rotate(0deg)}10%{filter:hue-rotate(36deg)}30%{filter:hue-rotate(72deg)}30%{filter:hue-rotate(108deg)}40%{filter:hue-rotate(144deg)}50%{filter:hue-rotate(180deg)}60%{filter:hue-rotate(216deg)}70%{filter:hue-rotate(252deg)}80%{filter:hue-rotate(288deg)}90%{filter:hue-rotate(324deg)}100%{filter:hue-rotate(360deg)}}img#submissionImg{animation-name:a;animation-duration:10s;animation-iteration-count:infinite;}";document.head.appendChild( c);
javascript:var c=document.createElement("style");c.type="text/css";c.innerHTML="@keyframes a{0%{filter:hue-rotate(0deg)}10%{filter:hue-rotate(36deg)}30%{filter:hue-rotate(72deg)}30%{filter:hue-rotate(108deg)}40%{filter:hue-rotate(144deg)}50%{filter:hue-rotate(180deg)}60%{filter:hue-rotate(216deg)}70%{filter:hue-rotate(252deg)}80%{filter:hue-rotate(288deg)}90%{filter:hue-rotate(324deg)}100%{filter:hue-rotate(360deg)}}img#submissionImg{animation-name:a;animation-duration:10s;animation-iteration-count:infinite;}";document.head.appendChild( c);
FA+
