Skip to content

Instantly share code, notes, and snippets.

@supercaracal
Last active February 5, 2022 00:09
Show Gist options
  • Save supercaracal/0745e07dc597c387a4e9e88f30850c13 to your computer and use it in GitHub Desktop.
Save supercaracal/0745e07dc597c387a4e9e88f30850c13 to your computer and use it in GitHub Desktop.
Cover document objects with a dark layer for saving nocturnal animal's eyes.
var div = document.createElement('div'); div.setAttribute('style', 'display: block; position: fixed; z-index: 2147483647; background-color: #333333; top: 0px; left: 0px; height: 100%; width: 100%; opacity: 0.7;'); document.body.appendChild(div);
@supercaracal
Copy link
Author

supercaracal commented Oct 23, 2021

But any elements are getting unclickable.

@supercaracal
Copy link
Author

supercaracal commented Oct 23, 2021

Paste your browser address bar with javascript: or run the snippet on browser console.

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