Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/violentmonkey/violentmonkey
/ clearZombieTimer
Function
clearZombieTimer
src/background/utils/notifications.js:98–100 ·
view source on GitHub ↗
(op)
Source
from the content-addressed store, hash-verified
96
}
97
98
function
clearZombieTimer(op) {
99
if
(op > 0) clearTimeout(op);
100
}
101
102
function
removeNotification(nid) {
103
delete openers[nid];
Callers
3
Notification
Function · 0.85
RemoveNotification
Function · 0.85
notifyOpener
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected