Fix escaped regex example
This commit is contained in:
parent
3950482f34
commit
983a7bc219
|
@ -376,7 +376,7 @@
|
||||||
"description": "Title of user configurable lists of site urls to exclude per style"
|
"description": "Title of user configurable lists of site urls to exclude per style"
|
||||||
},
|
},
|
||||||
"exclusionsHelp": {
|
"exclusionsHelp": {
|
||||||
"message": "Exclusion entries are only checked when a style is set to be applied to a page, and if an exclusion is found, the given style (and all internal sections) will not be applied to that page.\n\nThe list of exclusions is set separately from the userstyle so that it will not be effected when updating or editing the style itself. This is useful because you can exclude pages that would be otherwise be effected by a global style.\n\nAdd one or more exclusion entries for each style. An exclusion entry string contains a pattern that will match a web location (URL). This string may contain wildcards (\"*\") to match any portion of a URL, e.g. \"forum.*.com\" will exclude the forum sub-domains of all top level dot-com domains. Regular expressions are allowed, except `.` and `*` are altered, and are saved as a string so character classes must be doubly escaped (e.g. `\\w`).\n\nExcluded pages are automatically updated while typing; invalid entries will be removed on page reload!",
|
"message": "Exclusion entries are only checked when a style is set to be applied to a page, and if an exclusion is found, the given style (and all internal sections) will not be applied to that page.\n\nThe list of exclusions is set separately from the userstyle so that it will not be effected when updating or editing the style itself. This is useful because you can exclude pages that would be otherwise be effected by a global style.\n\nAdd one or more exclusion entries for each style. An exclusion entry string contains a pattern that will match a web location (URL). This string may contain wildcards (\"*\") to match any portion of a URL, e.g. \"forum.*.com\" will exclude the forum sub-domains of all top level dot-com domains. Regular expressions are allowed, except `.` and `*` are altered, and are saved as a string so character classes must be doubly escaped (e.g. `\\\\w`).\n\nExcluded pages are automatically updated while typing; invalid entries will be removed on page reload!",
|
||||||
"description": "Help text for user set style exclusions"
|
"description": "Help text for user set style exclusions"
|
||||||
},
|
},
|
||||||
"exclusionsHelpTitle": {
|
"exclusionsHelpTitle": {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user