Skip to content

9gag Zen by GitEin11

Details

AuthorGitEin11

LicenseNo License

Category9gag.com

Created

Updated

Size2.6 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Simple, no GIFs, no Videos

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==

@name           9gag Zen
@namespace      9gag Zen
@version        1.0.2
@description    Simple, No GIFs, no videos
@author         ein
==/UserStyle== */
@-moz-document domain("9gag.com") {
	* {
		scrollbar-color: #252627 transparent !important;
	}
	#main.list-view .list-stream .list-container,
	#main.list-view .top-container {
		margin-left: 0;
	}

	.billboard,
	.inline-ad-container,
	.billboard-flexsider-ad,
	.stream-container:has(#videoPlayerPlacement),
	.sidebar,
	#top-nav,
	#container > .drawer,
	#sidebar,
	.post-header,
	.post-tags,
	ul:has(a[class="save"]),
	div[class="share right"],
	.signup-list-banner,
	article:has(.video-post),
	article:has(.gif-post),
	.post-tab-bar,
	.share-bar,
	.comment-community__guideline,
	.avatar__container,
	.comment-composer__avatar {
		display: none !important;
	}

	.tag-interest-list-header {
		margin-bottom: 0px;
	}

	.general-tabs {
		margin-top: 0px;
		padding-bottom: 0px;
	}

	.home-tab-bar__tab.selected {
		background: #222;
		border-bottom: 3px solid #6f8e9e !important;
		h2 {
			color: #6f8e9e !important;
		}
	}

	.__cov-progress {
		background: #6f8e9e !important;
	}

	#container.drawer,
	#container,
	#page,
	#main {
		margin: 0 !important;
		position: absolute;
		left: 50% !important;
		transform: translateX(-50%);
		width: 640px;
	}

	.top-container {
		margin-left: 0px !important;
	}

	.home-tab-bar {
		margin-bottom: 0px !important;
	}

	.home-tab-bar__wrapper {
		padding-left: 0px;
	}

	#main.home-list-view .list-stream .list-container {
		margin: 0 !important;
	}

	p,
	.home-tab-bar h2 {
		color: #aaa !important;
		font-weight: normal;
		font-size: 20px !important;
	}

	.comment-item-view-replies,
	h1,
	h2,
	.sensitive-mask__content__link {
		color: #6f8e9e !important;
		font-weight: normal;
	}

	article {
		border-top-width: 0px;
	}

	#container {
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.comment-item-view-replies .arrow-down {
		border-top: 5px solid #6f8e9e !important;
	}

	.general-tabs__tab.selected {
		color: #aaa !important;
		border-bottom: 3px solid #6f8e9e !important;
	}

	.sensitive-mask__content__title,
	.comment-item-text,
	.sensitive-mask__content__btn {
		color: #aaa !important;
	}

	.badge-evt.badge-track,
	.general-tabs__tab:hover {
		color: #6f8e9e !important;
	}

	.ui-comment-header__username {
		color: #a57562 !important;
	}

	.post-read-more {
		background: #090909;
		color: #6f8e9e;
		&:hover {
			background: #00000038;
			color: #aaa;
		}
	}
}

Reviews

No reviews yet.