MCPcopy Create free account
hub / github.com/FastForwardTeam/FastForward / instantNavigationTrackersLogic

Function instantNavigationTrackersLogic

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

Source from the content-addressed store, hash-verified

17crowdCloseDelayInput=document.getElementById("option-crowd-close-delay"),
18crowdCloseDelayCheckbox=document.getElementById("option-crowd-close-delay-toggle"),
19instantNavigationTrackersLogic = () => {
20 if(!trackerBypassCheckbox.checked||(navigationDelayCheckbox.checked&&navigationDelayInput.value==0))
21 {
22 instantNavigationTrackersCheckbox.setAttribute("disabled","disabled")
23 }
24 else
25 {
26 instantNavigationTrackersCheckbox.removeAttribute("disabled")
27 }
28},
29crowdOpenDelayLogic = () => {
30 if(crowdOpenDelayCheckbox.checked)
31 {

Callers 1

options.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected