Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LeFroid/Viper-Browser
/ GM_log
Function
GM_log
src/app/assets/javascript/GreaseMonkeyAPI.js:127–129 ·
view source on GitHub ↗
(text)
Source
from the content-addressed store, hash-verified
125
}
126
127
function
GM_log(text) {
128
console.log(text);
129
}
130
131
const
GM = {};
132
GM.info = GM_info;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected