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

Updated Resources Library (markdown)

gwarser 2019-09-06 16:40:58 +02:00
parent ad7956cb89
commit bdfb5d4b71

@ -161,7 +161,7 @@ Parameters:
- optional, string/_regular expression_, matching in the stringified _callback_ argument passed to
requestAnimationFrame.
Use with `!` argument to defuse all calls unconditionally.
Use with `!` parameter to defuse all calls unconditionally.
When used without parameters, will log calls to _`requestAnimationFrame()`_ to the console.
@ -216,7 +216,7 @@ Parameters:
- optional, string/_regular expression_, matching in stringified callback function
- optional, decimal integer, matching _interval_
Use with `!` argument to defuse all calls unconditionally.
Use with `!` parameter to defuse all calls unconditionally.
When used without parameters, will log calls to _`setInterval()`_ to the console.
@ -262,7 +262,7 @@ Parameters:
- optional, string/_regular expression_, matching in stringified callback function
- optional, decimal integer, matching _delay_
Use with `!` argument to defuse all calls unconditionally.
Use with `!` parameter to defuse all calls unconditionally.
When used without parameters, will log calls to _`setTimeout()`_ to the console.