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

Function doTheThing

src/js/injection_script.js:1081–1089  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1079 domainBypass("hokiwikiped.net", () => ifElement("a#DrRO[href]", safelyNavigate))
1080 hrefBypass(/spaste\.com\/(s|site)\//, () => {
1081 const doTheThing = f => setTimeout(() => {
1082 let item = document.querySelector("#currentCapQue").textContent
1083 document.querySelectorAll(".markAnswer").forEach(as => {
1084 if (as.querySelector("img").getAttribute("src").toLowerCase().indexOf(item) > -1) {
1085 as.click()
1086 }
1087 })
1088 f()
1089 }, 200)
1090 document.querySelector("#captchaVerifiedStatus").click()
1091 doTheThing(() => doTheThing(() => doTheThing(() => document.querySelector("#template-contactform-submit").click())))
1092 })

Callers 1

Calls 1

fFunction · 0.50

Tested by

no test coverage detected