Skip to content

Instantly share code, notes, and snippets.

@mimonelu
Last active March 23, 2024 04:01
Show Gist options
  • Save mimonelu/5b0de7711fffb275baa446c5ed21937f to your computer and use it in GitHub Desktop.
Save mimonelu/5b0de7711fffb275baa446c5ed21937f to your computer and use it in GitHub Desktop.
Bookmarklet to invert web page color.
javascript:(()=>{const s=document.documentElement.style;s.backgroundColor='black';s.filter='invert(100%)';})();void 0;
@harryfear
Copy link

Thanks!

@mimonelu
Copy link
Author

👍

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