Skip to content

Instantly share code, notes, and snippets.

@varjmes
Created March 25, 2021 22:39
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save varjmes/9aa1f9172392a914e89dac7622a6f916 to your computer and use it in GitHub Desktop.
Save varjmes/9aa1f9172392a914e89dac7622a6f916 to your computer and use it in GitHub Desktop.
Calm Mode Bookmarklet
javascript:(function () { const page = document.getElementsByTagName('html'); page[0].style.filter = 'saturate(50%)'})();
@varjmes
Copy link
Author

varjmes commented Mar 25, 2021

Create a new bookmark and paste this as the URL. Save it to your bookmarks bar. Click your bookmark and desaturate any page by 50%.

Thanks to https://www.autism.org.uk/ for having this feature!

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