From 5c1a54b22434c8f45b33d1067beee9ab05c491fe Mon Sep 17 00:00:00 2001 From: garry-ut99 <72945564+garry-ut99@users.noreply.github.com> Date: Wed, 26 Jun 2024 14:04:22 +0000 Subject: [PATCH] Typo fix [related to the previous commit] --- Resources-Library.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Resources-Library.md b/Resources-Library.md index 564c38e..81e42e6 100644 --- a/Resources-Library.md +++ b/Resources-Library.md @@ -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 -(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)`