mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-01-18 09:28:52 +01:00
parent
dc38d922c3
commit
d1cf450ce5
Binary file not shown.
20
lib/main.js
20
lib/main.js
@ -178,16 +178,16 @@
|
||||
updateIgnoreList();
|
||||
}
|
||||
},
|
||||
{
|
||||
label: _("whitelistURL"),
|
||||
accessKey: "",
|
||||
callback: function(){
|
||||
prefs.whiteList += (prefs.whiteList? ",": "") + url;
|
||||
prefService.set("extensions.CanvasBlocker@kkapsner.de.whiteList", prefs.whiteList);
|
||||
updateWhiteList();
|
||||
workers.forEach(checkWorker);
|
||||
}
|
||||
},
|
||||
// {
|
||||
// label: _("whitelistURL"),
|
||||
// accessKey: "",
|
||||
// callback: function(){
|
||||
// prefs.whiteList += (prefs.whiteList? ",": "") + url;
|
||||
// prefService.set("extensions.CanvasBlocker@kkapsner.de.whiteList", prefs.whiteList);
|
||||
// updateWhiteList();
|
||||
// workers.forEach(checkWorker);
|
||||
// }
|
||||
// },
|
||||
{
|
||||
label: _("whitelistDomain"),
|
||||
accessKey: "",
|
||||
|
Loading…
x
Reference in New Issue
Block a user