Added: Comment

This commit is contained in:
Luc Mcgrady 2025-11-18 22:44:12 +00:00
parent f38a3439f7
commit 74c27c8196
No known key found for this signature in database
GPG key ID: 4F3D7A0B17CC3D9C

View file

@ -65,6 +65,7 @@ addEventListener("message", async (e: MessageEvent<InnerReviewerRequest>) => {
// "".innerHTML =" does not run scripts
for (const script of document.querySelectorAll("script")) {
// strict mode prevents the use of "eval" here
const parent = script.parentElement!;
const _script = script.parentElement!.removeChild(script);
const new_script = document.createElement("script");