Skip to content

Instantly share code, notes, and snippets.

@Cauterite
Created August 25, 2016 05:38
Show Gist options
  • Save Cauterite/755846b1fc874dd70fd6ae49b96f733e to your computer and use it in GitHub Desktop.
Save Cauterite/755846b1fc874dd70fd6ae49b96f733e to your computer and use it in GitHub Desktop.
Firefox: invert the whole browser window
window.document.querySelector(":root > deck").style.filter = "invert(100%) hue-rotate(180deg) contrast(80%) brightness(130%)";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment