diff --git a/html/script.js b/html/script.js
index f13db3b..e2c3f9e 100644
--- a/html/script.js
+++ b/html/script.js
@@ -8536,6 +8536,7 @@ function printTrace() {
// Create a "hidden" input
let shareLinkInput = document.createElement("input");
+shareLinkInput.hidden = true;
// Append it to the body
document.body.appendChild(shareLinkInput);