「Checkbox Olympics – 你的鼠标点击速度有多快?」的评论 http://inloveinparis.com/checkbox-olympics/ 分享免费、小巧、实用、有趣、绿色的软件 Wed, 31 Aug 2022 08:12:01 +0000 hourly 1 https://wordpress.org/?v=6.8.1 评论者:哈哈哈 http://inloveinparis.com/checkbox-olympics/comment-page-1/#comment-489307 Wed, 31 Aug 2022 08:12:01 +0000 http://inloveinparis.com/checkbox-olympics/#comment-489307 全自动给秒了:

new MutationObserver(() => {
if (
document.querySelector(“.howTo button.readyButton:disabled”) &&
document.querySelector(“.setGo.going span.go”) &&
window
.getComputedStyle(document.querySelector(“.setGo.going span.go”), null)
.getPropertyValue(“background-color”) === “rgb(50, 205, 50)” &&
document.querySelectorAll(“input[type=’checkbox’]:enabled:not(:checked)”)
.length > 0
) {
setTimeout(() => {
document.querySelectorAll(
“input[type=’checkbox’]:enabled:not(:checked)”
)[0] &&
document
.querySelectorAll(“input[type=’checkbox’]:enabled:not(:checked)”)[0]
.click();
}, 0);
}
}).observe(document, { childList: true, subtree: true, attributes: true });

]]>
评论者:小众读者021 http://inloveinparis.com/checkbox-olympics/comment-page-1/#comment-486397 Thu, 23 Jun 2022 10:31:27 +0000 http://inloveinparis.com/checkbox-olympics/#comment-486397 可以写脚本点吗,forEach

]]>
评论者:总结者 http://inloveinparis.com/checkbox-olympics/comment-page-1/#comment-486395 Thu, 23 Jun 2022 07:32:39 +0000 http://inloveinparis.com/checkbox-olympics/#comment-486395 油管留言有个7秒多的,够厉害了

]]>
评论者:PumpkinSin http://inloveinparis.com/checkbox-olympics/comment-page-1/#comment-486391 Thu, 23 Jun 2022 05:02:05 +0000 http://inloveinparis.com/checkbox-olympics/#comment-486391 放大页面相当于作弊

]]>