Skip to content

Zhihu Simplify by gitsang

Screenshot of Zhihu Simplify

Details

Authorgitsang

LicenseMIT License

Categoryzhihu

Created

Updated

Size442 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

hide side column, expand main column

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Zhihu Simplify
@version      20211025.02.16
@namespace    userstyles.world/user/gitsang
@description  hide side column, expand main column
@author       gitsang
@license      MIT License
==/UserStyle== */

@-moz-document domain("zhihu.com") {
.Reward,
.Question-sideColumn {
	width: 0px;
	display: none!important;
}

.Question-main,
.Question-mainColumn {
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
}
}

Reviews

No reviews yet.