There is a web page that loads multiple javascript files.
And I want to search for a string for in all files like a grep
.
Of course I can grep them if I download all the files, but I'd rather search them using development tools in a web browser.
Is there a easy way to search all javascript files that are loaded by a web page for a string?