Skip to content

Instantly share code, notes, and snippets.

@sgml
Created January 17, 2019 21:23
Show Gist options
  • Save sgml/08ee9894b6ddaec6bfb31af19b4e546f to your computer and use it in GitHub Desktop.
Save sgml/08ee9894b6ddaec6bfb31af19b4e546f to your computer and use it in GitHub Desktop.
function mapper(value) {
value.disabled = true;
}
Array.from(document.styleSheets).map(mapper);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment