您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
透過調整真白萌的用戶介面來改善使用體驗。
/* ==UserStyle== @name 真白萌:更好的用戶介面 @description 透過調整真白萌的用戶介面來改善使用體驗。 @author Jason Kwok @namespace https://jasonhk.dev/ @version 1.1.0 @license MIT ==/UserStyle== */ @-moz-document url-prefix("https://masiro.me/admin") { .message-content-list-item-content { -webkit-line-clamp: revert !important; } } @-moz-document url-prefix(https://masiro.me/admin/noticeCenter) { .sys-notice-item .sys-notice { height: revert; } .sys-notice-item .notice_details { float: revert; width: revert; } .sys-notice-item .notice_details > div:first-of-type { float: revert !important; } .sys-notice-item .sys_notice_content { margin-top: 12.15px; max-height: revert; white-space: revert; } } @-moz-document url-prefix(https://masiro.me/admin/noticeMiddlePage) { .notice > div:last-of-type { width: 98% !important; height: revert !important; } } @-moz-document url-prefix(https://masiro.me/admin/novelView) { .n-ori { -webkit-line-clamp: revert; } }