mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-04 20:46:39 +02:00
Reduced direct dependency on browser.xxx APIs
This commit is contained in:
parent
a9edf45aa8
commit
137c1688ba
7 changed files with 53 additions and 14 deletions
|
@ -167,7 +167,7 @@
|
|||
|
||||
let text = document.createElement("div");
|
||||
text.style.margin = "0.5em auto";
|
||||
text.textContent = browser.i18n.getMessage("showCanvasWhileAsking_message");
|
||||
text.textContent = _("showCanvasWhileAsking_message");
|
||||
imgContainer.appendChild(text);
|
||||
|
||||
let img = document.createElement("img");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue