diff --git a/mods/noconfirm.js b/mods/noconfirm.js new file mode 100644 index 00000000..750038c5 --- /dev/null +++ b/mods/noconfirm.js @@ -0,0 +1 @@ +window.confirm = () => true;