mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-04 20:46:39 +02:00
parent
4d7b9b981c
commit
43b2fa8b51
12 changed files with 340 additions and 2 deletions
|
@ -167,6 +167,9 @@
|
|||
case "install":
|
||||
message("CanvasBlocker installed");
|
||||
openOptions(details.reason);
|
||||
browser.tabs.create({
|
||||
url: browser.extension.getURL("options/presets.html?notice=" + details.reason)
|
||||
});
|
||||
break;
|
||||
case "update":
|
||||
settings.onloaded(function(){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue