Skip to content

Instantly share code, notes, and snippets.

@liamnewmarch
Last active September 25, 2018 12:11
Show Gist options
  • Save liamnewmarch/5014371 to your computer and use it in GitHub Desktop.
Save liamnewmarch/5014371 to your computer and use it in GitHub Desktop.
Hue rotate bookmarklet for Chrome.
javascript:((h,s)=>{(loop=()=>{requestAnimationFrame(loop),s.filter=`hue-rotate(${h=(h+10)%360}deg)`})()})(0,document.all[0].style);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment