Skip to content

Instantly share code, notes, and snippets.

@tholman
Last active December 21, 2015 03:39
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save tholman/6243503 to your computer and use it in GitHub Desktop.
Save tholman/6243503 to your computer and use it in GitHub Desktop.
cd ~/Library/Application\ Support/Google/Chrome/Default/User\ StyleSheets
echo 'html { -webkit-animation: adjustHue 20s infinite !important; } @-webkit-keyframes adjustHue { 50% { -webkit-filter: hue-rotate(360deg); }}' >> Custom.css
@tholman
Copy link
Author

tholman commented Oct 8, 2013

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment