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