Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/violentmonkey/violentmonkey
/ getScriptSupportUrl
Function
getScriptSupportUrl
src/common/script.js:29–31 ·
view source on GitHub ↗
(script)
Source
from the content-addressed store, hash-verified
27
* @returns {string | undefined}
28
*/
29
export
function
getScriptSupportUrl(script) {
30
return
script.meta[SUPPORT_URL] || script[INFERRED]?.[SUPPORT_URL];
31
}
32
33
/**
34
* @param {VMScript} script
Callers
1
inferScriptProps
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected