https://github.com/itgoyo/fuck-xincanshu
芯参数看数据还要钱💰?去你妈的吧
https://github.com/itgoyo/fuck-xincanshu
Last synced: 4 months ago
JSON representation
芯参数看数据还要钱💰?去你妈的吧
- Host: GitHub
- URL: https://github.com/itgoyo/fuck-xincanshu
- Owner: itgoyo
- Created: 2022-04-17T11:02:43.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-17T11:03:49.000Z (about 3 years ago)
- Last Synced: 2025-01-08T08:41:35.717Z (6 months ago)
- Homepage:
- Size: 1.95 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fuck-xincanshu
看数据还要钱💰?去你妈的吧猴油脚本:https://greasyfork.org/zh-CN/scripts/439337-%E8%8A%AF%E5%8F%82%E6%95%B0%E7%BD%91%E7%AB%99%E7%A0%B4%E8%A7%A3/code
```
// ==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;
}
})();
```