Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/FastForwardTeam/FastForward
/ cancel
Function
cancel
src/html/base.js:24–28 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
22
p=div.querySelector(
"p"
),
23
brws=(typeof browser==
"undefined"
?chrome:browser),
24
cancel=()=>{
25
clearInterval(tid)
26
titleElm.textContent=title
27
div.classList.add(
"uk-hidden"
)
28
},
29
tick=()=>{
30
if
(secondsLeft<=0)
31
{
Callers
1
tick
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected