Created
November 19, 2018 20:49
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Run as a Chrome Snippet | |
| document.body.style = "opacity: 0.2;filter:grayscale(100%);"; |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.