mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-15 14:09:36 +02:00
Added URL specific settings
For blockMode and showNotifications. Fixes #148.
This commit is contained in:
parent
78a0ccc243
commit
01780da9f5
10 changed files with 618 additions and 78 deletions
|
@ -168,6 +168,28 @@
|
|||
"message": "Blockiermodus",
|
||||
"description": ""
|
||||
},
|
||||
|
||||
"urlSettings_title": {
|
||||
"message": "Seitenspezifische Einstellungen",
|
||||
"description": ""
|
||||
},
|
||||
"urlSettings_description": {
|
||||
"message": "",
|
||||
"description": ""
|
||||
},
|
||||
|
||||
"url_title": {
|
||||
"message": "URL",
|
||||
"description": ""
|
||||
},
|
||||
"url_description": {
|
||||
"message": "",
|
||||
"description": ""
|
||||
},
|
||||
"inputURL": {
|
||||
"message": "Input domain or URL RegExp:",
|
||||
"description": ""
|
||||
},
|
||||
|
||||
"minFakeSize_description": {
|
||||
"message": "Canvas, die eine kleiner oder gleich große Fläche als die hier angegebene Zahl haben, werden nicht vorgetäuscht. Dies ist ein Parameter, der die Detektion des Addons erschweren soll.\nACHTUNG: Dies verringert die Sicherheit des Addons. Deswegen wird stark empfohlen, diesen Wert nicht über 100 zu setzen.",
|
||||
|
|
|
@ -169,6 +169,28 @@
|
|||
"description": ""
|
||||
},
|
||||
|
||||
"urlSettings_title": {
|
||||
"message": "Site specific settings",
|
||||
"description": ""
|
||||
},
|
||||
"urlSettings_description": {
|
||||
"message": "",
|
||||
"description": ""
|
||||
},
|
||||
|
||||
"url_title": {
|
||||
"message": "URL",
|
||||
"description": ""
|
||||
},
|
||||
"url_description": {
|
||||
"message": "",
|
||||
"description": ""
|
||||
},
|
||||
"inputURL": {
|
||||
"message": "Input domain or URL RegExp:",
|
||||
"description": ""
|
||||
},
|
||||
|
||||
"minFakeSize_description": {
|
||||
"message": "Canvas with a smaller or equal area than this number will not be faked. This is a parameter to prevent detection.\nCAUTION: This lowers the safety of the addon, therefore it is highly recommended not to set this value above 100.",
|
||||
"description": ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue