LWN.net

UserCSS style for LWN.net

K instalaci tototo skriptu si budete muset nainstalovat rozšíření jako Tampermonkey, Greasemonkey nebo Violentmonkey.

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

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Violentmonkey.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Userscripts.

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

K instalaci tohoto skriptu si budete muset nainstalovat manažer uživatelských skriptů.

(Už mám manažer uživatelských skriptů, nechte mě ho nainstalovat!)

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.

(Už mám manažer uživatelských stylů, nechte mě ho nainstalovat!)

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

}