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