-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Suggestion] Option to disable "filter comments" #93
Comments
hejops
changed the title
[Suggestion] Option to disable "add filter comments"
[Suggestion] Option to disable "filter comments"
Apr 19, 2015
Thought this one through, and I will pass for two reasons (which I won't argue further):
|
8 tasks
gorhill
added a commit
that referenced
this issue
Jan 8, 2019
Related issues: - uBlockOrigin/uBlock-issues#372 - #93 A new advanced settings has been added: `autoCommentFilterTemplate`. Default value is `{{date}} {{origin}}`. Placeholders are identified by `{{...}}`. There are currently only three placeholders supported: - `{{date}}`: will be replaced with current date - `{{time}}`: will be replaced with current time - `{{origin}}`: will be replaced with site information on which the filter(s) was created If no placeholder is found in `autoCommentFilterTemplate`, this will disable auto-commenting. So one can use `-` to disable auto-commenting. Additionally, if auto-commenting is enabled, uBO will not emit a comment if an emitted comment would be a duplicate of the last one found in the user filter list.
hawkeye116477
added a commit
to hawkeye116477/uBlock-for-firefox-legacy
that referenced
this issue
Aug 11, 2020
Related issues: - uBlockOrigin/uBlock-issues#372 -gorhill/uBlock#93 A new advanced settings has been added: `autoCommentFilterTemplate`. Default value is `{{date}} {{origin}}`. Placeholders are identified by `{{...}}`. There are currently only three placeholders supported: - `{{date}}`: will be replaced with current date - `{{time}}`: will be replaced with current time - `{{origin}}`: will be replaced with site information on which the filter(s) was created If no placeholder is found in `autoCommentFilterTemplate`, this will disable auto-commenting. So one can use `-` to disable auto-commenting. Additionally, if auto-commenting is enabled, uBO will not emit a comment if an emitted comment would be a duplicate of the last one found in the user filter list. Co-authored-by: gorhill <585534+gorhill@users.noreply.github.com>
9 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Personally I find the comment that is added together with a filter (i.e. ! (website)) unnecessary and cluttery. However I understand some users may find it useful, if not important. Could an option to disable the adding of such comments be feasible to implement?
The text was updated successfully, but these errors were encountered: