Skip to content

Instantly share code, notes, and snippets.

@neodigm
Created November 19, 2018 20:49
Show Gist options
  • Select an option

  • Save neodigm/ee4a3580d96fe95a0c6ea1ed8ea0f1d5 to your computer and use it in GitHub Desktop.

Select an option

Save neodigm/ee4a3580d96fe95a0c6ea1ed8ea0f1d5 to your computer and use it in GitHub Desktop.
Fade a page so that it is difficult for shoulder surfers to see. On the DL.
// Run as a Chrome Snippet
document.body.style = "opacity: 0.2;filter:grayscale(100%);";
@neodigm

neodigm commented Aug 27, 2020

Copy link
Copy Markdown
Author

Rediscovered this old gem. Needed today because I cannot determine if my CSS is even being loaded while testing. This is still a useful snippet.

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