mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
autoCommentFilterTemplate: Add isodate option, expand descriptions
parent
e4f99508aa
commit
f96a67a086
1 changed files with 3 additions and 2 deletions
|
|
@ -94,8 +94,9 @@ Template used to create comments in My filters when a new filter is created by E
|
|||
|
||||
Placeholders are identified by `{{...}}`. Currently supported placeholders:
|
||||
|
||||
- `{{date}}`: will be replaced with the current date
|
||||
- `{{time}}`: will be replaced with the current time
|
||||
- `{{isodate}}`: will be replaced with the current date in ISO format (e.g. 2024-10-22)
|
||||
- `{{date}}`: will be replaced with the current date, in the current locale
|
||||
- `{{time}}`: will be replaced with the current time, in the current locale
|
||||
- `{{hostname}}`: will be replaced with the hostname of the URL address for which the filter(s) was created
|
||||
- `{{origin}}`: will be replaced by the origin part of the address for which the filter(s) was created
|
||||
- `{{url}}`: new in [1.30.3b6](https://github.com/gorhill/uBlock/commit/46ec9694115d79ef3b380f366a8332ead267ef49), will be replaced by the full URL of the page for which a filter is created in Element Picker. For filters added from The Logger, replaced by the origin part of the URL.
|
||||
|
|
|
|||
Loading…
Reference in a new issue