Skip to content

Livejournal black, without ad by vitaly-zdanevich

Imported from a private source

Mirrored from https://gitlab.com/vitaly-zdanevich-styles/livejournal-com-black/-/raw/master/livejournal-com-black.user.css

Screenshot of Livejournal black, without ad

Details

Authorvitaly-zdanevich

LicenseApache License 2.0

Categorylivejournal.com

Created

Updated

Size1.5 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Black, with removed posts recommendations at the bottom

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Livejournal black, without ad
@namespace      https://github.com/vitaly-zdanevich/livejournal-com-black
@version        1.0.4
@description    Black, with removed posts recommendations at the bottom
@author         Vitaly Zdanevich
==/UserStyle== */

@-moz-document domain('livejournal.com') {
	.body-content,
	.b-linkbar,
	.b-leaf-header, /* Comment user info */
	.b-leaf-deleted div,
	.b-leaf-poster, /* Comment with "Expand" button */
	.b-massaction /* Bottom bar with "Check all" "COLLAPSE" "EXPAND" */
	{
		background: #000 !important;
	}

	/* Previous and text posts buttons at the bottom */
	.b-nav-posts__item:hover {
		background: #333;
	}

	.b-linkbar i {
		filter: invert(100%);
	}
	h1,
	h4,
	.b-leaf-subject-link, /* https://no-one-asked-us.livejournal.com/49857.html */
	.s-body article {
		color: #bbb !important;
	}

	.tag a /* Categories at the top https://no-one-asked-us.livejournal.com/49857.html */
	{
		color: #000 !important;
	}

	/* https://spooky12.livejournal.com/37313.html */
	span[style='color:#050eb3;'] b {
		color: #88e !important;
	}

	.b-xylem-first, /* Line between a post and comments */
	.b-singlepost-prevnext, /* Line before prex-next post */
	.b-singlepost .category-panel, /* https://no-one-asked-us.livejournal.com/49857.html */
	.b-massaction /* Line after prev-next post */
	{
		border: none;
	}

	.pagewide-wrapper, /* Top big ad */
	.b-discoverytimes-wrapper, /* Posts suggestion at the bottom */
	.ljsale,
	.lj-recommended,
	footer
	{
		display: none !important;
	}
}

Reviews

No reviews yet.