Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save andreruffert/b4bc9d6eb24a5cad71aabd848032a741 to your computer and use it in GitHub Desktop.
Save andreruffert/b4bc9d6eb24a5cad71aabd848032a741 to your computer and use it in GitHub Desktop.
invert bookmarklet
javascript:(function(){document.documentElement.style = "-webkit-filter: invert(100%);";})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment