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

Function s

src/js/injection_script.js:1341–1345  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1339 crowdPath(location.pathname.substr(4))
1340 }
1341 let s = () => fetch(f.action, {
1342 method: "POST",
1343 headers: { "Content-Type": "application/x-www-form-urlencoded" },
1344 body: new URLSearchParams(new FormData(f)).toString()
1345 }).then(r => contributeAndNavigate(r.headers.get("refresh").split("url=")[1]))
1346 if (f.querySelector("input[name='g-recaptcha-response']")) {
1347 awaitElement("form[action*='/redirect/sgo/'] > input[name='g-recaptcha-response'][value]", s)
1348 }

Callers 1

Calls 1

getMethod · 0.80

Tested by

no test coverage detected