In chrome browsers, is there any way to find out which js dynamically created a script tag?

two inexplicable script tags appear after rendering of the company"s website, but I don"t know which js created it

.

tags created dynamically:

<script type="module" src="data:text/javascript;charset=utf-8,var test_module_scope = true; window.callback_c8bfd4(typeof window.test_module_scope === "undefined")"></script>
Jun.13,2022

post it on your company's website. Let me look for


debug breakpoint! The breakpoint is at the first js, and then move on to the next step. If the browser can't break at first, the code uses debugger as a breakpoint in the first introduced js file.


network find the js and see the initiator option
clipboard.png

Menu