Skip to content

Instantly share code, notes, and snippets.

@kecs
Created November 10, 2019 11:39
Show Gist options
  • Save kecs/0bb01fbb1b404b91712f9e5679deaf7d to your computer and use it in GitHub Desktop.
Save kecs/0bb01fbb1b404b91712f9e5679deaf7d to your computer and use it in GitHub Desktop.
List scripts loaded by page from console
for(i=0;i<document.scripts.length;i++)console.log(document.scripts[i].src)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment