mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-04 20:46:39 +02:00
parent
0d1738d328
commit
391deae6f1
4 changed files with 30 additions and 4 deletions
|
@ -67,11 +67,11 @@
|
|||
|
||||
let apiList = "";
|
||||
apis.forEach(function(api){
|
||||
apiList += "\n \u00B7 " + api;
|
||||
apiList += browser.i18n.getMessage("browserAction_title_protectedAPIs").replace(/{api}/g, api);
|
||||
});
|
||||
browser.browserAction.setTitle({
|
||||
tabId: tabId,
|
||||
title: "CanvasBlocker" + apiList
|
||||
title: browser.i18n.getMessage("browserAction_title_notified") + apiList
|
||||
});
|
||||
};
|
||||
|
||||
|
@ -93,7 +93,7 @@
|
|||
});
|
||||
browser.browserAction.setTitle({
|
||||
tabId: tabId,
|
||||
title: "CanvasBlocker"
|
||||
title: browser.i18n.getMessage("browserAction_title_default")
|
||||
});
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue