P
P
pegas2018-02-20 01:07:27
Google Chrome
pegas, 2018-02-20 01:07:27

How to search through all .js files on a site?

Is it possible to search through all .js files on the site? Do not open every file and search in it, namely in all .js shafts? Maybe there is an extension for devtools?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dmitry, 2018-02-20
@1PeGaS

Maybe something like this if there is ssh in there:

$ find -name '*.js' -exec grep -H 'blablabla' {} \;

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question