MCPcopy Create free account
hub / github.com/violentmonkey/violentmonkey / getDefaultCustom

Function getDefaultCustom

src/background/utils/script.js:145–153  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

143}
144
145export function getDefaultCustom() {
146 return {
147 origInclude: true,
148 origExclude: true,
149 origMatch: true,
150 origExcludeMatch: true,
151 [kOrigTag]: true,
152 };
153}
154
155export function newScript(data) {
156 const state = {

Callers 4

db.jsFile · 0.90
parseMetaWithErrorsFunction · 0.90
patch-db.jsFile · 0.90
newScriptFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected