http://www.lezyo.com/special/game/color/?from=singlemessage&isappinstalled=
Chrome:
F12-Console输入
setInterval(function () { var first = ''; var firstCount = 0; var firstIndex = 0; var second = ''; var secondCount = 0; var secondIndex = 0; $("#box").children("span").each(function (i) { if (i == 0) { first = $(this).css("background-color"); firstIndex = i; firstCount++; return; } if (first == $(this).css("background-color")) { firstIndex = i; firstCount++; } else { second == $(this).css("background-color"); secondIndex = i; second++; } }); if (firstCount == 1) { $("#box").children("span").eq(firstIndex).click(); } else { $("#box").children("span").eq(secondIndex).click(); } }, 1);
如果,您希望更容易地发现我的新博客,不妨点击一下
关注
感谢您的阅读,如果您对我的博客所讲述的内容有兴趣,请继续关注我的后续博客