Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/violentmonkey/violentmonkey
/ getKey
Function
getKey
src/background/utils/preinject.js:104–106 ·
view source on GitHub ↗
(url, isTop)
Source
from the content-addressed store, hash-verified
102
}
103
}})`;
104
const
getKey = (url, isTop) => (
105
isTop ? url : `-${url}`
106
);
107
const
normalizeRealm = val => (
108
KNOWN_INJECT_INTO[val] ? val : injectInto || AUTO
109
);
Callers
5
reloadAndSkipScripts
Function · 0.85
GetInjected
Function · 0.85
onSendHeaders
Function · 0.85
onHeadersReceived
Function · 0.85
limitConcurrency
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected