Using Google Chrome (Chromium), is it possible to watch/see $.getScript()
loading external scripts into your webpage?
Basically, I am dynamically loading many scripts into my webpage based on user preference, and it's causing an issue, I want to check if a particular script is getting inserted or not, and if it is getting inserted, I want to know if it is getting inserted once, or more than once.