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

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b360c3-2bfc5.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b360c3-2bfc5.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?