Skip to content

飞书仪表盘截图用 by erimus-koo

Details

Authorerimus-koo

LicenseNo License

CategoryFeishu Slides Screenshot

Created

Updated

Size632 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

飞书仪表盘为了方便截图放在PPT内使用,放大界面并隐藏不必要内容。

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           飞书仪表盘截图
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */
@-moz-document regexp("https://.*\\.feishu.cn/base/.*") {
	/* Insert code here... */
	html {
/* 		zoom: 2 */
	}

	/* hide header */
	.navigation-bar-wrapper {
		display: none;
	}

	.btn-wrapper:has(.widget-ai-button) {
		display: none!important;
	}

	.dashboard-grid-menu-button {
		opacity: 0!important
	}

	.dashboard-grid-menu-button:hover {
		opacity: 1!important
	}

	/* 隐藏右下角 */
	.help-block {
		display: none!important;
	}
}

Reviews

No reviews yet.