您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Removes stackexchange cancer
- // ==UserScript==
- // @name Hide stack blot
- // @description Removes stackexchange cancer
- // @version 0.06
- // @namespace Violentmonkey Scripts
- // @match https://askubuntu.com/questions/*
- // @match https://mathoverflow.net/questions/*
- // @match https://serverfault.com/questions/*
- // @match https://stackoverflow.com/questions/*
- // @match https://superuser.com/questions/*
- // @match https://*.stackexchange.com/questions/*
- // @match https://*.stackoverflow.com/questions/*
- // @grant GM_addStyle
- // ==/UserScript==
- GM_addStyle (".left-sidebar, .post-form, .site-footer--container, .site-footer, .js-footer, .s-hero, .s-hero__dark, .js-dismissable-hero, .old-hero, .hero-container, #js-gdpr-consent-banner, #footer {display:none;}")