Every time a custom code block executes from a rule on our websites, within the html body there is a new script tag created containing '_satellite["_runScript'
We have rules that admittedly trigger heavily, every time they trigger there is a new tag injected/appended, so may see 20-100 script tags added into the site, this leaves a highly visible footprint back to my team that I wish was not there.
Wishing that Launch would instead find existing _satellite script tags in the DOM and replace them rather than appending each time or find some way to avoid writing to the DOM in this manner.