1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-01 02:02:29 +02:00

Corrections, etc. to the filterAuthorMode description

u-RraaLL 2023-01-04 21:41:39 +01:00
parent be3f7019c9
commit 674bd7c82f

@ -378,7 +378,11 @@ Default: `false`.
New in [1.23.0](https://github.com/gorhill/uBlock/commit/59c9a34d34a737f6bb48c4130c65f4fe0fa73806).
Enable point-and-click feature, to create temporary exception filters for static extended filters (i.e. network <sup>(after [1.45.3rc2](https://github.com/gorhill/uBlock/commit/a91781a4959c0381c8ab3230545e4e0f579d4a2c))</sup>, cosmetic, scriptlet & HTML filters) from within the summary pane in the logger. The button to toggle on/off temporary exception filter is labeled `#@#`:
If set to `true`, it enables "exceptor" - the point-and-click feature to create temporary exception filters from within the summary pane in the logger.
Prior to [1.45.3rc2](https://github.com/gorhill/uBlock/commit/a91781a4959c0381c8ab3230545e4e0f579d4a2c), the feature worked only for static extended filters (i.e. cosmetic, scriptlet & HTML filters). It now works with all static filters (including network filters).
The button to toggle on/off temporary exception filter is labeled `#@#`:
![filtering tools dialog](https://user-images.githubusercontent.com/886325/69076705-4fb41300-0a34-11ea-8e9a-463b9a1d29d8.png)
@ -386,7 +390,8 @@ The created exceptions are temporary and will be lost when closing the logger (a
New in [1.45.3rc2](https://github.com/gorhill/uBlock/commit/a91781a4959c0381c8ab3230545e4e0f579d4a2c) - When toggling on/off a temporary exception, filter lists are now fully reloaded and this means there might be a perceptible delay when adding/removing temporary exceptions. At this point this is considered to be an acceptable side-effect just to bring the ability to easily create temporary exception for network filters.
The ability to point-and-click to create _allow_ rules from the popup panel is no longer allowed by default, see [commit message](https://github.com/gorhill/uBlock/commit/162e53727099ccb0a088cc1399915fb23d9b4fec) for reasoning. After [1.28.0](https://github.com/gorhill/uBlock/commit/162e53727099ccb0a088cc1399915fb23d9b4fec), you can set `filterAuthorMode` to `true` to restore the ability to set _allow_ rules from popup panel. Tap twice on <kbd>Ctrl</kbd> if you want to access allow rules only _temporarily_.
After [1.28.0](https://github.com/gorhill/uBlock/commit/162e53727099ccb0a088cc1399915fb23d9b4fec), the ability to point-and-click to create _allow_ [rules](../Dynamic-filtering) from the [popup panel](../Quick-guide:-popup-user-interface) is now disabled by default.
Enabling this advanced setting restores its old functionality. Alternatively, you can tap twice on <kbd>Ctrl</kbd> to access _allow_ rules only _**temporarily**_.
***