您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
UserCSS style for LWN.net
当前为
- /* ==UserStyle==
- @name LWN.net
- @version 1.0.1
- @namespace https://lwn.net
- @description UserCSS style for LWN.net
- @license CC-BY-SA-4.0
- ==/UserStyle== */
- @-moz-document domain("lwn.net") {
- .not-print { display: none !important; }
- div.CommentReplyButton { display: none !important; }
- div > pre { white-space: pre-wrap; }
- body > #menu { display: none !important; }
- body > div.topnav-container { display: none !important; }
- body > br { display: none !important; }
- body > center { display: none !important; }
- body > div.maincolumn { padding-left: 0em; }
- body > div.maincolumn > div.middlecolumn > div.PageHeadline { max-width: none; }
- body > div.maincolumn > div.middlecolumn > div.ArticleText { max-width: none; padding: 0em 0.5em 0em 0.5em; }
- body > div.maincolumn > div.middlecolumn > div.ArticleText > center { display: none !important; }
- body > div.maincolumn > div.middlecolumn div.CommentBox { max-width: none; }
- }