I am trying to diagnose a problem with a web application that uses multiple Javascript files. One of the scripts modifies the DOM by introducing a new element into it. My idea is that I will disable js files one by one until I find one that causes the DOM to be modified. Is there a way in the browser to disable only specific js files? I would prefer a solution in Google Chrome (if this is not possible in Firefox or IE11)
javascript firefox google-chrome google-chrome-devtools
Dmitry
source share