Skip to content

wikiHow Sidebar Remover by rinzaicss

Screenshot of wikiHow Sidebar Remover

Details

Authorrinzaicss

LicenseMIT

Categorywikihow.com

Created

Updated

Code size459 B

Code checksumc8266b8e

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Remove the right sidebar and center the content.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           wikiHow Sidebar Remover
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    It removes the right sidebar.
@author         rinzaicss
==/UserStyle== */

@-moz-document domain("wikihow.com") {
	div[id="sidebar"] {
		display: none !important;
	}
	
	div[id="content_wrapper"] {
		display: flex !important;
		justify-content: center !important;
		align-items: center !important;
	}
}

Reviews

No reviews yet.