mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2024-12-23 05:10:27 +01:00
Removed Blacklist typo
This commit is contained in:
parent
124d0a73a5
commit
8098c9177c
Binary file not shown.
@ -51,7 +51,7 @@ function updateBlackList(){
|
|||||||
}
|
}
|
||||||
updateBlackList();
|
updateBlackList();
|
||||||
preferences.on("blackList", function(){
|
preferences.on("blackList", function(){
|
||||||
updateBackList();
|
updateBlackList();
|
||||||
workers.forEach(checkWorker);
|
workers.forEach(checkWorker);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -42,6 +42,6 @@
|
|||||||
],
|
],
|
||||||
"author": "Korbinian Kapsner",
|
"author": "Korbinian Kapsner",
|
||||||
"license": "MPL 2.0",
|
"license": "MPL 2.0",
|
||||||
"version": "0.1.1",
|
"version": "0.1.2",
|
||||||
"permissions": {"private-browsing": true}
|
"permissions": {"private-browsing": true}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user