MCPcopy Create free account
hub / github.com/violentmonkey/violentmonkey / options.js

File options.js

src/background/utils/options.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { compareVersion, debounce, initHooks, normalizeKeys, sendCmd } from '@/common';
2import { deepCopy, deepEqual, objectGet, objectSet } from '@/common/object';
3import defaults, { kScriptTemplate } from '@/common/options-defaults';
4import { addOwnCommands, init } from './init';

Callers

nothing calls this directly

Calls 5

addOwnCommandsFunction · 0.90
initHooksFunction · 0.90
debounceFunction · 0.90
sendCmdFunction · 0.90
getOptionFunction · 0.85

Tested by

no test coverage detected