From ed1447c716a68afdbf7d4a23230e0209ac1d19af Mon Sep 17 00:00:00 2001 From: mochifilter Date: Tue, 26 Nov 2019 15:17:17 +0900 Subject: [PATCH] correct 'no-setInterval-if.js' --- Resources-Library.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources-Library.md b/Resources-Library.md index 1bace92..e4135e9 100644 --- a/Resources-Library.md +++ b/Resources-Library.md @@ -263,7 +263,7 @@ Parameters: ### ~sid.js~ / ### ~setInterval-defuser.js~ [↪](https://github.com/gorhill/uBlock/blob/a94df7f3b27080ae2dcb3b914ace39c0c294d2f6/assets/resources/scriptlets.js#L474) -Deprecated by [`setInterval-if.js`](#setinterval-ifjs-) +Deprecated by [`no-setInterval-if.js`](#no-setinterval-ifjs-) Defuses calls to _`setInterval()`_ function for specified matching callbacks and intervals by setting callback function to noop. @@ -277,7 +277,7 @@ Parameters: ### ~sil.js~ / ### ~setInterval-logger.js~ [↪](https://github.com/gorhill/uBlock/blob/a94df7f3b27080ae2dcb3b914ace39c0c294d2f6/assets/resources/scriptlets.js#L500) -Deprecated by [`setInterval-if.js`](#setinterval-ifjs-) +Deprecated by [`no-setInterval-if.js`](#no-setinterval-ifjs-) Removed in [1.22.0](https://github.com/gorhill/uBlock/commit/c5536577b29cd0bcd401f7ecd143a921acdb4eb6).