Skip to content

Instantly share code, notes, and snippets.

@nuxodin
Last active July 1, 2021 13:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nuxodin/ad9b5dc2acf158aea8962eb73fda2d26 to your computer and use it in GitHub Desktop.
Save nuxodin/ad9b5dc2acf158aea8962eb73fda2d26 to your computer and use it in GitHub Desktop.
document.addEventListener('load',function(e){
if (e.target.tagName !== 'LINK') return;
if (e.target.rel !== 'stylesheet') return;
console.log(e.target.sheet)
},true);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment