RT
该赋值为空的保存可设置默认模板 - 2022/2/8 上午9:00:12 by hanshou101
Details
Authorhanshou101
LicenseNo License
Categoryinspirobot
Created
Updated
Size503 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name 该赋值为空的保存可设置默认模板 - 2022/2/8 上午9:00:12
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document regexp("http[s]?://inspirobot.me/mindfulnessmode/*") {
/* 在此插入代码... */
body {
overflow: hidden;
}
.inspiroflow_text {/*有些文字,是乱七八糟写的;此处 把它们进行 模糊化处理*/
filter: blur(0.15em);
}
}