mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-16 15:33:38 +01:00
Typo fix [related to the previous commit]
parent
5ae647d2de
commit
5c1a54b224
@ -166,7 +166,7 @@ Examples:
|
||||
|
||||
|
||||
~~Starting with [1.48.5b4](https://github.com/gorhill/uBlock/commit/edbe96a4010cff59a37c2aa2ec0fb89c48c913f9), you can use the logging abilites.~~ (depracated)
|
||||
(read about the [the new method](#general-purpose-scriptlets) of logging scriptlets)
|
||||
(read about [the new method](#general-purpose-scriptlets) of logging scriptlets)
|
||||
|
||||
Tokens:
|
||||
- ~~`log, 1`: output useful information at the dev console.~~ (deprecated)
|
||||
@ -286,7 +286,7 @@ The fourth filter will log _all_ calls to `addEventListener()` **without defusin
|
||||
|
||||
</details>
|
||||
|
||||
(read about the [the new method](#general-purpose-scriptlets) of logging scriptlets)
|
||||
(read about [the new method](#general-purpose-scriptlets) of logging scriptlets)
|
||||
|
||||
Examples:
|
||||
|
||||
@ -462,7 +462,7 @@ Parameters:
|
||||
- optional, a URL which must be a match for the pruning to occur. If left blank, the pruning can be performed regardless.
|
||||
|
||||
Tokens:
|
||||
- ~~`log, 1`~~ (deprecated, read about the [the new method](#general-purpose-scriptlets) of logging scriptlets)
|
||||
- ~~`log, 1`~~ (deprecated, read about [the new method](#general-purpose-scriptlets) of logging scriptlets)
|
||||
- `logdoc, 1`: Dumps the whole document being worked on to the console
|
||||
|
||||
Examples:
|
||||
@ -803,7 +803,7 @@ in order for the substitution to occur
|
||||
- `stay, 1`: Force the scriptlet to stay at work forever
|
||||
- `quitAfter, ms`: This tells the scriptlet to quit `ms` milliseconds after the page has been loaded, i.e. after the `DOMContentLoaded` event has been fired
|
||||
- ~~`log, 1`~~: This will cause the scriptlet to output information at the console, useful as a debugging tool for filter authors
|
||||
(deprecated, read about the [the new method](#general-purpose-scriptlets) of logging scriptlets)
|
||||
(deprecated, read about [the new method](#general-purpose-scriptlets) of logging scriptlets)
|
||||
|
||||
Examples:
|
||||
- `example.com##+js(rpnt, #text, /^Advertisement$/)`
|
||||
@ -843,7 +843,7 @@ in order for the removing to occur
|
||||
- `stay, 1`: Force the scriptlet to stay at work forever
|
||||
- `quitAfter, ms`: This tells the scriptlet to quit `ms` milliseconds after the page has been loaded, i.e. after the `DOMContentLoaded` event has been fired
|
||||
- ~~`log, 1`~~: This will cause the scriptlet to output information at the console, useful as a debugging tool for filter authors
|
||||
(deprecated, read about the [the new method](#general-purpose-scriptlets) of logging scriptlets)
|
||||
(deprecated, read about [the new method](#general-purpose-scriptlets) of logging scriptlets)
|
||||
|
||||
Examples:
|
||||
- `example.com##+js(rmnt, #text, Example)`
|
||||
@ -906,7 +906,7 @@ Parameters:
|
||||
Tokens:
|
||||
|
||||
~~`log, 1`~~: This will cause the scriptlet to output information at the console, useful as a debugging tool for filter authors
|
||||
(deprecated, read about the [the new method](#general-purpose-scriptlets) of logging scriptlets)
|
||||
(deprecated, read about [the new method](#general-purpose-scriptlets) of logging scriptlets)
|
||||
|
||||
Examples:
|
||||
|
||||
@ -1277,7 +1277,7 @@ Parameters:
|
||||
|
||||
Tokens:
|
||||
- ~~`log, 1`~~: Cause the scriptlet to log information regarding how `window.open()` is used by the page on which the scriptlet is used.
|
||||
(deprecated, read about the [the new method](#general-purpose-scriptlets) of logging scriptlets)
|
||||
(deprecated, read about [the new method](#general-purpose-scriptlets) of logging scriptlets)
|
||||
|
||||
Examples:
|
||||
- `file-up.org##+js(nowoif)`
|
||||
|
Loading…
Reference in New Issue
Block a user