LWN.net

UserCSS style for LWN.net

Skript installieren? Als Benutzer-Style installieren?
Vom Ersteller vorgeschlagenes Skript

Ihnen könnte auch Wikipedia gefallen.

Als Benutzer-Style installieren

Du musst eine Erweiterung wie Tampermonkey, Greasemonkey oder Violentmonkey installieren, um dieses Skript zu installieren.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

Sie müssten eine Skript Manager Erweiterung installieren damit sie dieses Skript installieren können

(Ich habe schon ein Skript Manager, Lass mich es installieren!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

/* ==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; }

}