Create noconfirm.js

This commit is contained in:
MollTheCoder 2022-10-22 15:46:07 -04:00 committed by GitHub
parent 543125f321
commit 2dba3d1388
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

1
mods/noconfirm.js Normal file
View File

@ -0,0 +1 @@
window.confirm = () => true;