This commit is contained in:
2025-12-30 16:45:12 -07:00
commit d444fc8056
305 changed files with 657998 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
"use strict";
window.alert = () => {};

View File

@@ -0,0 +1,2 @@
"use strict";
window.alert = () => !1;

View File

@@ -0,0 +1,2 @@
"use strict";
window.alert = () => !0;

View File

@@ -0,0 +1,2 @@
"use strict";
window.confirm = () => {};

View File

@@ -0,0 +1,2 @@
"use strict";
window.confirm = () => !1;

View File

@@ -0,0 +1,2 @@
"use strict";
window.confirm = () => !0;

View File

@@ -0,0 +1,2 @@
"use strict";
window.prompt = () => {};

View File

@@ -0,0 +1,2 @@
"use strict";
window.prompt = () => !1;

View File

@@ -0,0 +1,2 @@
"use strict";
window.prompt = () => !0;

View File

@@ -0,0 +1,3 @@
"use strict";
var tempDiv = document.querySelector("#hTempDivClickSignal");
document.querySelector(tempDiv.textContent).click(), tempDiv.dispatchEvent(new CustomEvent("clickFinished"));