initial commit

This commit is contained in:
2019-02-23 11:00:42 +01:00
commit 3913eda69c
5 changed files with 30 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
setTimeout(function () {
for (var e of document.getElementsByName("passwort")) {
e.onpaste = () => true;
}
}, 1000);