LWN.net

UserCSS style for LWN.net

Zainstaluj skrypt? Zainstaluj jako styl użytkownika?
Skrypt zaproponowany przez autora

Może Ci się również spodobać. Wikipedia

Zainstaluj jako styl użytkownika

Aby zainstalować ten skrypt, wymagana jest instalacje jednego z następujących rozszerzeń: Tampermonkey, Greasemonkey lub Violentmonkey.

Aby zainstalować ten skrypt, wymagana jest instalacje jednego z następujących rozszerzeń: Tampermonkey, Violentmonkey.

Aby zainstalować ten skrypt, wymagana jest instalacje jednego z następujących rozszerzeń: Tampermonkey, Violentmonkey.

Aby zainstalować ten skrypt, wymagana będzie instalacja rozszerzenia Tampermonkey lub Userscripts.

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

Aby zainstalować ten skrypt, musisz zainstalować rozszerzenie menedżera skryptów użytkownika.

(Mam już menedżera skryptów użytkownika, pozwól mi to zainstalować!)

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.

Będziesz musiał zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

Będziesz musiał zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

Musisz zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

(Mam już menedżera stylów użytkownika, pozwól mi to zainstalować!)

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

}