mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-16 23:42:39 +01:00
typos
parent
a70fa6befd
commit
1801bdd919
@ -90,7 +90,7 @@ Parameters:
|
|||||||
- `2`: log stack trace for defused access to trapped property
|
- `2`: log stack trace for defused access to trapped property
|
||||||
- `3`: log stack trace for non-defused access to trapped property
|
- `3`: log stack trace for non-defused access to trapped property
|
||||||
|
|
||||||
Stack trace is normalized, but there still can be differencess (Chromium vs Firefox) because of different format of stack trace.
|
Stack trace is normalized, but there still can be differences (Chromium vs Firefox) because of different format of stack trace.
|
||||||
|
|
||||||
There is a special string which can be used to match inline script context - `inlineScript`.
|
There is a special string which can be used to match inline script context - `inlineScript`.
|
||||||
|
|
||||||
@ -354,7 +354,7 @@ Parameters:
|
|||||||
- required, attribute or list of attributes joined by `|`
|
- required, attribute or list of attributes joined by `|`
|
||||||
- optional, _CSS selector_, specifies nodes from which attributes will be removed
|
- optional, _CSS selector_, specifies nodes from which attributes will be removed
|
||||||
- optional, new in [1.33](https://github.com/gorhill/uBlock/commit/0f330c7359567587df6c35e9108b75c339533a56), one or more space-separated tokens dictating the behavior of the scriptlet
|
- optional, new in [1.33](https://github.com/gorhill/uBlock/commit/0f330c7359567587df6c35e9108b75c339533a56), one or more space-separated tokens dictating the behavior of the scriptlet
|
||||||
- `asap`: added in [1.36.1b2](https://github.com/gorhill/uBlock/commit/35d7406214e39fa5ad5c73cfab3eecb0eb7c8b7f), execute as soon as possible, do not wait for DOM to become vailable.
|
- `asap`: added in [1.36.1b2](https://github.com/gorhill/uBlock/commit/35d7406214e39fa5ad5c73cfab3eecb0eb7c8b7f), execute as soon as possible, do not wait for DOM to become available.
|
||||||
- `stay`: This tells the scriplet to stay active and act on document changes.
|
- `stay`: This tells the scriplet to stay active and act on document changes.
|
||||||
- `complete`: This tells the scriplet to start acting only when the document is complete, i.e. once all secondary resources have been loaded.
|
- `complete`: This tells the scriplet to start acting only when the document is complete, i.e. once all secondary resources have been loaded.
|
||||||
|
|
||||||
@ -378,7 +378,7 @@ Parameters:
|
|||||||
- required, class name or list of class names joined by `|`
|
- required, class name or list of class names joined by `|`
|
||||||
- optional, _CSS selector_, specifies nodes from which classes will be removed
|
- optional, _CSS selector_, specifies nodes from which classes will be removed
|
||||||
- optional, new in [1.36](https://github.com/gorhill/uBlock/commit/2de24a11843df653173e50b9e952052361c64147), one or more space-separated tokens dictating the behavior of the scriptlet
|
- optional, new in [1.36](https://github.com/gorhill/uBlock/commit/2de24a11843df653173e50b9e952052361c64147), one or more space-separated tokens dictating the behavior of the scriptlet
|
||||||
- `stay`: This tells the scriplet to stay and act on DOM changes, whiĺe the default behavior is to act only once when the document becomes interactive.
|
- `stay`: This tells the scriplet to stay and act on DOM changes, while the default behavior is to act only once when the document becomes interactive.
|
||||||
- `complete`: This tells the scriplet to start acting only when the document is complete, i.e. once all secondary resources have been loaded, while the default is to start acting when the document is interactive - which is earlier than when the document is complete.
|
- `complete`: This tells the scriplet to start acting only when the document is complete, i.e. once all secondary resources have been loaded, while the default is to start acting when the document is interactive - which is earlier than when the document is complete.
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user