测测你的眼睛对色差的辨识度 - 作弊工具

测测你的眼睛对色差的辨识度作弊工具(http://www.cuishuai.cc/game/)

// ==UserScript==
// @name         测测你的眼睛对色差的辨识度 - 作弊工具
// @namespace    https://greasyfork.org/zh-CN/users/822325-mininb666
// @version      0.1
// @description  测测你的眼睛对色差的辨识度作弊工具(http://www.cuishuai.cc/game/)
// @author       mininb666 https://greasyfork.org/zh-CN/users/822325-mininb666
// @match        *://www.cuishuai.cc/game/
// @grant        none
// @license      MIT
// ==/UserScript==

(function() {
  'use strict';
  function hhhhh(){
    var aaa=document.querySelectorAll("#box > *")[1].style.cssText;
    document.querySelectorAll("#box > *").forEach(e=>{if(e.style.cssText!=aaa){e.click()}});
    aaa=document.querySelectorAll("#box > *")[0].style.cssText
    document.querySelectorAll("#box > *").forEach(e=>{if(e.style.cssText!=aaa){e.click()}})
  }
  document.querySelector(".play-btn").onclick=()=>{var bbb=setInterval(hhhhh,5);setTimeout(()=>{clearInterval(bbb)},61000)}
})();