mirror of
https://github.com/gorhill/uBlock.git
synced 2025-02-01 04:31:36 +01:00
e0f0aedad6
This also apply to setInterval-if. Thus to defuse calls to setTimeout(fn, 1000), the filter could be: ##+js(stif, , !1000) Meaning "allow setTimeout if the delay is not 1000".