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

Function finish

src/js/injection_script.js:109–112  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

107 location.href = "https://fastforward.team/navigate?target=" + encodeURIComponent(target) + "&referer=" + encodeURIComponent(referer)
108 },
109 finish = () => {
110 bypassed = true
111 docSetAttribute("{{channel.stop_watching}}", "")
112 },
113 countIt = f => {
114 docSetAttribute("{{channel.count_it}}", "")
115 setTimeout(f, 10)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected