MCPcopy Create free account
hub / github.com/LeFroid/Viper-Browser / GM_getResourceUrl

Function GM_getResourceUrl

src/app/assets/javascript/GreaseMonkeyAPI.js:123–125  ·  view source on GitHub ↗
(resourceName)

Source from the content-addressed store, hash-verified

121 }
122
123 function GM_getResourceUrl(resourceName) {
124 return '';
125 }
126
127 function GM_log(text) {
128 console.log(text);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected