🎉 欢迎访问GreasyFork.Org 镜像站!本镜像站由公众号【爱吃馍】搭建,用于分享脚本。联系邮箱📮

Greasy fork 爱吃馍镜像

📂 缓存分发状态(共享加速已生效)
🕒 页面同步时间:2026/01/07 15:55:54
🔄 下次更新时间:2026/01/07 16:55:54
手动刷新缓存

Hide StackOverflow Sidebars

The minimum viable StackOverflow UI while removing all distractions

< Feedback on Hide StackOverflow Sidebars

Review: Good - script works

§
Posted: 2025-09-25

This one works really well. To enable this for all stack sites, replace the @match section at the top with the following:

// @match          *://*.stackexchange.com/*
// @match          *://*.stackexchange.com/questions/*
// @match          *://*.stackexchange.com/review/*
// @match          *://*.stackexchange.com/search*
// @match          *://*.stackoverflow.com/questions/*
// @match          *://*.stackoverflow.com/review/*
// @match          *://*.stackoverflow.com/search*
// @match          *://answers.onstartups.com/questions/*
// @match          *://answers.onstartups.com/review/*
// @match          *://answers.onstartups.com/search*
// @match          *://askubuntu.com/questions/*
// @match          *://askubuntu.com/review/*
// @match          *://askubuntu.com/search*
// @match          *://mathoverflow.net/questions/*
// @match          *://mathoverflow.net/review/*
// @match          *://mathoverflow.net/search*
// @match          *://meta.answers.onstartups.com/questions/*
// @match          *://meta.answers.onstartups.com/review/*
// @match          *://meta.answers.onstartups.com/search*
// @match          *://meta.askubuntu.com/questions/*
// @match          *://meta.askubuntu.com/review/*
// @match          *://meta.askubuntu.com/search*
// @match          *://meta.mathoverflow.net/questions/*
// @match          *://meta.mathoverflow.net/review/*
// @match          *://meta.mathoverflow.net/search*
// @match          *://meta.serverfault.com/questions/*
// @match          *://meta.serverfault.com/review/*
// @match          *://meta.serverfault.com/search*
// @match          *://meta.superuser.com/questions/*
// @match          *://meta.superuser.com/review/*
// @match          *://meta.superuser.com/search*
// @match          *://serverfault.com/questions/*
// @match          *://serverfault.com/review/*
// @match          *://serverfault.com/search*
// @match          *://stackapps.com/questions/*
// @match          *://stackapps.com/review/*
// @match          *://stackapps.com/search*
// @match          *://superuser.com/questions/*
// @match          *://superuser.com/review/*
// @match          *://superuser.com/search*
// @exclude        *://area51.stackexchange.com/*

Credits: https://greasyfork.org/en/scripts/6192-stack-exchange-view-vote-totals-without-1000-rep and https://greasyfork.org/en/scripts/487378-expand-code-to-fullscreen-on-stackexchange-site

Post reply

Sign in to post a reply.