Skip to content

suport.mozzila.org/shitty_fix by fixer_boy

Screenshot of suport.mozzila.org/shitty_fix

Details

Authorfixer_boy

LicenseNo License

Categorysupport.mozilla.org

Created

Updated

Size949 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A shitty fix for the Mozilla support page, just so it is more understandable without the default bloated CSS.

Notes

This probably will only be useful if you use it as a normal person (that is, you only view the pages and nothing else).

Source code

/* ==UserStyle==
@name         suport.mozzila.org/shitty_fix
@namespace    support.mozilla.org
@version      1.0.0
==/UserStyle== */

@-moz-document domain("support.mozilla.org") {
body {
	margin: 0 3% 0 }

.sumo-l-two-col--main {
	color: #ddc }

body,
div,
p {
	background: #000;
	font: 11pt monospace }

footer,
#id_scam_alert,
#nav-access,
#announcements,
#aside,
#main-breadcrumbs,
.mzp-c-navigation,
.home-search-section,
.is-solution,
.mzp-c-menu-list-list,
.icon-button,
.question-meta--details,
.content {
	display: none }

.forum--meta-details,
.user {
	font: 9pt monospace }

.reply,
.answer {
	border: solid 1px #eee;
	padding: 0.333% }

.reply {
	margin: 9pt 0 0 0 }

.answer {
	margin: 0 0 9pt 0 }

.read-more,
.helpful-count,
.edited {
	font: 9.5pt monospace;
	border: solid 1px #eee;
	line-height: 155%;
	padding: 2pt }

.edited {
	margin: 1% 60% 0 0;
	padding-left: 7pt }
}

Reviews

No reviews yet.