in firefox store

This commit is contained in:
Er2 2022-03-21 13:17:23 +03:00
parent 18fcd5a06d
commit 1cabc0f2c9
3 changed files with 3 additions and 12 deletions

View file

@ -14,5 +14,4 @@ async function inject() {
document.head.appendChild(s);
} catch(e) { console.error(e); }
}
document.addEventListener("click", inject);
inject();