Skip to content

tg临时隐藏 by 13422797310

Details

Author13422797310

LicenseNo License

Categorytelegram

Created

Updated

Size707 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A new userstyle

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         tg临时隐藏
@namespace      github.com/openstyles/stylus1
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */
@-moz-document domain("web.telegram.org") {
	/* 左栏 */
	#LeftColumn,
	#LeftColumn-main {
		visibility: hidden !important;
		border: 0 !important;
		background-color: rgba(255, 255, 255, 0) !important;
	}
	/* 顶栏 */
	.MiddleHeader {
		visibility: hidden !important;
		background-color: rgba(255, 255, 255, 0) !important;
		box-shadow: none !important;
	}
	#MiddleColumn {
		border: 0 !important;
	}
	/* 背景 */
	#root::before{
		background-image: none !important;
	}
	#root{
		background-color: black !important;
	}
}

Reviews

No reviews yet.