Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/violentmonkey/violentmonkey
/ authorize
Function
authorize
src/background/sync/base.js:679–682 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
677
}
678
679
export
function
authorize() {
680
const
service = getService();
681
if
(service) service.authorize();
682
}
683
684
export
function
revoke() {
685
const
service = getService();
Callers
nothing calls this directly
Calls
1
getService
Function · 0.85
Tested by
no test coverage detected