Greasy Fork is available in English.

芯参数网站破解

芯参数网站免密码查看

// ==UserScript==
// @name         芯参数网站破解
// @namespace    http://tampermonkey.net/
// @version      1.0
// @description  芯参数网站免密码查看
// @author       LH
// @match        https://www.xincanshu.com/*
// @icon         data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==
// @grant        none
// ==/UserScript==

(function() {
    'use strict';
      if (document.querySelector("#oDiv").parentElement.children[3]) {
        document.querySelector("#oDiv").parentElement.children[3].style.background = "none";
      }
      if (document.querySelector("#oDiv").parentElement.children[4]) {
        document.querySelector("#oDiv").parentElement.children[4].style.display = "none";
      }
      if (document.querySelector(".vip_denglukejian .cpu_index_a3 #chart-wrapper")) {
        document.querySelector(".vip_denglukejian .cpu_index_a3 #chart-wrapper").style.filter =
          "none";
      }
      if (document.querySelector(".vip_denglukejian .cpu_index_a3 .paofenjietu")) {
        document.querySelector(".vip_denglukejian .cpu_index_a3 .paofenjietu").style.filter =
          "none";
      }
      // 下载按钮
      if (document.querySelector("#jtkjid_0001")) {
        document.querySelector("#jtkjid_0001").style.zIndex = 100;
      }
})();