Skip to content

Instantly share code, notes, and snippets.

@peanav
Last active December 15, 2015 13:59
Show Gist options
  • Save peanav/5271301 to your computer and use it in GitHub Desktop.
Save peanav/5271301 to your computer and use it in GitHub Desktop.
Mac Chrome Messing with CSS
echo "body {-webkit-filter: hue-rotate(40deg);}" > ~/Library/Application\ Support/Google/Chrome/Default/User\ StyleSheets/Custom.css
curl -L https://gist.github.com/paulnavasard/5271301/raw/fe2f6ca34aedbacf2be45106773372c4f7fd7a3d/Hue | bash
echo "img {-webkit-transform: rotate(180deg);}" > ~/Library/Application\ Support/Google/Chrome/Default/User\ StyleSheets/Custom.css
curl -L https://gist.github.com/paulnavasard/5271301/raw/ea7bb1cd0fdb74db53f8a16af3d7cfe8672375eb/ImageFlip | bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment