Greasy Fork is available in English.
为所有用户的永硕E盘页面增强一点点……
当前为
// ==UserScript==
// @name 永硕E盘增强脚本
// @version 4.2
// @description 为所有用户的永硕E盘页面增强一点点……
// @author VB6-MrYu & Cmd1152
// @license Apache-2.0
// @match http://*.ysepan.com/*
// @icon http://ys168.com/favicon.ico
// @namespace http://greasyfork.icu/zh-CN/scripts/470489-%E6%B0%B8%E7%A1%95e%E7%9B%98%E9%A1%B5%E9%9D%A2%E5%90%8E%E5%8F%B0%E7%BE%8E%E5%8C%96
// @supportURL http://greasyfork.icu/zh-CN/scripts/470489-%E6%B0%B8%E7%A1%95e%E7%9B%98%E9%A1%B5%E9%9D%A2%E5%90%8E%E5%8F%B0%E7%BE%8E%E5%8C%96/feedback
// ==/UserScript==
let a = document.createElement("style");
a.innerHTML = `#kjbt,#sylj{text-align: center;}#idzdy1,#buexit{display:none;}#buyh span{visibility:hidden;}`;
document.head.appendChild(a);