Last active
July 1, 2021 13:44
-
-
Save nuxodin/ad9b5dc2acf158aea8962eb73fda2d26 to your computer and use it in GitHub Desktop.
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
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