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

Fix missing "no-" before "setTimeout-if.js"

谭九鼎 2019-10-11 20:04:52 +08:00
parent 9864bb3958
commit 36a2b7efc8

@ -261,7 +261,7 @@ Logs to the console calls to _`setInterval()`_ function.
### ~std.js~ /
### ~setTimeout-defuser.js~ [](https://github.com/gorhill/uBlock/blob/a94df7f3b27080ae2dcb3b914ace39c0c294d2f6/assets/resources/scriptlets.js#L515)
Deprecated by [`setTimeout-if.js`](#settimeout-ifjs-)
Deprecated by [`no-setTimeout-if.js`](#no-settimeout-ifjs-)
Defuses calls to _`setTimeout()`_ function for specified matching callbacks and delays by setting callback function to noop.
@ -275,7 +275,7 @@ Parameters:
### ~stl.js~ /
### ~setTimeout-logger.js~ [](https://github.com/gorhill/uBlock/blob/a94df7f3b27080ae2dcb3b914ace39c0c294d2f6/assets/resources/scriptlets.js#L541)
Deprecated by [`setTimeout-if.js`](#settimeout-ifjs-)
Deprecated by [`no-setTimeout-if.js`](#no-settimeout-ifjs-)
Removed in [1.22.0](https://github.com/gorhill/uBlock/commit/c5536577b29cd0bcd401f7ecd143a921acdb4eb6).