An open API service indexing awesome lists of open source software.

https://github.com/itgoyo/fuck-xincanshu

芯参数看数据还要钱💰?去你妈的吧
https://github.com/itgoyo/fuck-xincanshu

Last synced: 4 months ago
JSON representation

芯参数看数据还要钱💰?去你妈的吧

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;
}
})();
```