|
|
|
|
|
by narrowtux
2543 days ago
|
|
[SPOILER] since you have to tick all the boxes on the captcha page, this piece of code is actually faster to type in than to click everything: document.querySelectorAll(".icon.icon-check.checkbox__check").forEach(span => span.click())
|
|