Skip to content

Instantly share code, notes, and snippets.

@myogeshchavan97
Created November 13, 2019 08:50
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 myogeshchavan97/dd6b0fe54d3bbc120a491f19b96747f9 to your computer and use it in GitHub Desktop.
Save myogeshchavan97/dd6b0fe54d3bbc120a491f19b96747f9 to your computer and use it in GitHub Desktop.
Get all scripts included in a page
(function() { console.log(Array.from(document.scripts).forEach(script => console.log(script))) })()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment