remove setInterval-defuser.js

gwarser 2020-12-11 18:16:03 +01:00
parent be4192fd34
commit 543fd42e6b

@ -409,20 +409,6 @@ Examples:
- `identi.li##+js(set, t_spoiler, 0)`
***
### ~sid.js~ /
### ~setInterval-defuser.js~ [](https://github.com/gorhill/uBlock/blob/a94df7f3b27080ae2dcb3b914ace39c0c294d2f6/assets/resources/scriptlets.js#L474)
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.
Parameters:
- optional, string/_regular expression_, matching in stringified callback function
- optional, decimal integer, matching interval
***
### ~sil.js~ /