mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2024-12-22 12:50:36 +01:00
Fixed translation error.
This commit is contained in:
parent
dc622b61d1
commit
011eee699e
Binary file not shown.
@ -79,7 +79,7 @@
|
||||
worker.port.emit(mode, prefs.askOnlyOnce);
|
||||
}
|
||||
catch (e){
|
||||
console.log("Error updating " + worker.url + ": " + e.message);
|
||||
// console.log("Error updating " + worker.url + ": " + e.message);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -86,7 +86,7 @@ function checkURL(url, blockMode, whiteList, blackList){
|
||||
mode = "unblock";
|
||||
break;
|
||||
default:
|
||||
console.log("Unknown blocking mode (" + blockMode + "). Default to block everything.");
|
||||
// console.log("Unknown blocking mode (" + blockMode + "). Default to block everything.");
|
||||
}
|
||||
return mode;
|
||||
}
|
||||
|
@ -48,5 +48,5 @@ whitelist = whitelist
|
||||
whitelistURL = whitelist URL
|
||||
whitelistDomain = whitelist domain
|
||||
|
||||
whitelistURL = ignore URL
|
||||
whitelistDomain = ignore domain
|
||||
ignorelistURL = ignore URL
|
||||
ignorelistDomain = ignore domain
|
@ -89,6 +89,6 @@
|
||||
],
|
||||
"author": "Korbinian Kapsner",
|
||||
"license": "MPL 2.0",
|
||||
"version": "0.1.5-Release",
|
||||
"version": "0.1.5.1-Release",
|
||||
"permissions": {"private-browsing": true}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user