mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2024-11-11 07:38:58 +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);
|
worker.port.emit(mode, prefs.askOnlyOnce);
|
||||||
}
|
}
|
||||||
catch (e){
|
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";
|
mode = "unblock";
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
console.log("Unknown blocking mode (" + blockMode + "). Default to block everything.");
|
// console.log("Unknown blocking mode (" + blockMode + "). Default to block everything.");
|
||||||
}
|
}
|
||||||
return mode;
|
return mode;
|
||||||
}
|
}
|
||||||
|
@ -48,5 +48,5 @@ whitelist = whitelist
|
|||||||
whitelistURL = whitelist URL
|
whitelistURL = whitelist URL
|
||||||
whitelistDomain = whitelist domain
|
whitelistDomain = whitelist domain
|
||||||
|
|
||||||
whitelistURL = ignore URL
|
ignorelistURL = ignore URL
|
||||||
whitelistDomain = ignore domain
|
ignorelistDomain = ignore domain
|
@ -89,6 +89,6 @@
|
|||||||
],
|
],
|
||||||
"author": "Korbinian Kapsner",
|
"author": "Korbinian Kapsner",
|
||||||
"license": "MPL 2.0",
|
"license": "MPL 2.0",
|
||||||
"version": "0.1.5-Release",
|
"version": "0.1.5.1-Release",
|
||||||
"permissions": {"private-browsing": true}
|
"permissions": {"private-browsing": true}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user