MCPcopy Index your code
hub / github.com/FastForwardTeam/FastForward / keepLooking

Function keepLooking

src/js/injection_script.js:117–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115 setTimeout(f, 10)
116 },
117 keepLooking = f => {
118 bypassed = false
119 if (typeof f == "function") {
120 f()
121 }
122 }
123domainBypass = (domain, f) => {
124 let FastForward_definition = new FastForwardBypassDefinition({ url: domain, is_regex: typeof domain !== 'string' && 'test' in domain, execution: f });
125 if (bypass_definitions.has(domain.toString())) {

Callers 1

Calls 1

fFunction · 0.50

Tested by

no test coverage detected