initial commit
This commit is contained in:
commit
3913eda69c
5
assets/meine.ikk-suedwest.de/script.js
Normal file
5
assets/meine.ikk-suedwest.de/script.js
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
setTimeout(function () {
|
||||||
|
for (var e of document.getElementsByName("passwort")) {
|
||||||
|
e.onpaste = () => true;
|
||||||
|
}
|
||||||
|
}, 1000);
|
BIN
icons/icon-48.png
Normal file
BIN
icons/icon-48.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 414 B |
BIN
icons/icon.kra
Normal file
BIN
icons/icon.kra
Normal file
Binary file not shown.
19
manifest.json
Normal file
19
manifest.json
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
{
|
||||||
|
"manifest_version": 2,
|
||||||
|
"name": "Just Paste My Password",
|
||||||
|
"version": "0.0.1",
|
||||||
|
|
||||||
|
"description": "Re-enables password pasting, when it is blocked by the web page.",
|
||||||
|
|
||||||
|
"icons": {
|
||||||
|
"48": "icons/icon-48.png"
|
||||||
|
},
|
||||||
|
|
||||||
|
"content_scripts": [
|
||||||
|
{
|
||||||
|
"run_at": "document_end",
|
||||||
|
"matches": ["*://meine.ikk-suedwest.de/*"],
|
||||||
|
"js": ["assets/meine.ikk-suedwest.de/script.js"]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user