您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Auto hide Subscriptions with '0' new wallpapers, only displaying ones with '1' or more
// ==UserScript== // @name Wallhaven - Hide '0' New Wallpapers From Subscriptions // @namespace NooScripts // @match https://wallhaven.cc/subscription* // @grant GM_addStyle // @version 1.0.1 // @author NooScripts // @description Auto hide Subscriptions with '0' new wallpapers, only displaying ones with '1' or more // @license MIT // ==/UserScript== GM_addStyle(` [class="sidebar-section"] li { display: none !important; } [class="sidebar-section"] [class="has-new "] { display: table !important; } [class="sidebar-section"] [class="active has-new "] { display: table !important; border: 1px solid #fff !important; } [class="sidebar-section"] [class="active has-new"]:after { content: "Current Tag"; font-size: 12px !important; font-weight: 700; color: #ffda00; padding: 90px !important; } `);
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址