Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/violentmonkey/violentmonkey
/ ScriptsUpdated
Function
ScriptsUpdated
src/options/index.js:109–111 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
107
108
Object.assign(handlers, {
109
ScriptsUpdated() {
110
loadData();
111
},
112
UpdateSync(data) {
113
store.sync = data;
114
},
Callers
nothing calls this directly
Calls
1
loadData
Function · 0.70
Tested by
no test coverage detected