D
D
dropTableStudents2013-12-24 12:58:23
JavaScript
dropTableStudents, 2013-12-24 12:58:23

How to track a JS call on a website?

I often come across such a situation that I need to remove or correct some script on the site, but I can’t even find in which of the 10-20 .js-ofs it is called. Are there any tools to quickly find such script fragments? Of course, except for the method of scientific poke on cms-cams and ftp-cads.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
maxaon, 2013-12-24
@dropTableStudents

Ctrl+Shift+F (in ChromeDevTools) and search by text or regular expressions. But the best way is IDE.
If there is no IDE, then search through the files by hand, or by searching for text in files.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question