Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/violentmonkey/violentmonkey
/ sendHttpRequested
Function
sendHttpRequested
src/injected/content/requests.js:187–189 ·
view source on GitHub ↗
(msg, realm)
Source
from the content-addressed store, hash-verified
185
}
186
187
function
sendHttpRequested(msg, realm) {
188
bridge.post(
'HttpRequested'
, msg, realm);
189
}
190
191
/**
192
* Only a content script can read blobs from an extension:
// URL
Callers
2
HttpRequested
Function · 0.85
requestVirtualUrl
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected