| 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 | }) |