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

Function crowdCloseDelayLogic

src/html/options.js:39–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37 }
38},
39crowdCloseDelayLogic = () => {
40 if(crowdCloseDelayCheckbox.checked)
41 {
42 crowdCloseDelayInput.removeAttribute("disabled")
43 }
44 else
45 {
46 crowdCloseDelayInput.setAttribute("disabled","disabled")
47 }
48},
49defaultUserScript=`// Some examples of what you can do with custom bypasses:
50domainBypass("example.com", () => {
51 // Triggered on example.com and subdomains (e.g. www.example.com)

Callers 1

options.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected