LWN.net

UserCSS style for LWN.net

You will need to install an extension such as Tampermonkey, Greasemonkey 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 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.

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

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

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; }

}