字面意思。
咕咕 - 恢复隐藏的个人介绍 by qidirj
Details
Authorqidirj
LicenseNo License
Categoryluogu
Created
Updated
Size791 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 咕咕 - 恢复隐藏的个人介绍
@version 20240120.00.30
@namespace https://userstyles.world/user/qidirj
@description 字面意思。
@author qidirj
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://www.luogu.com.cn/user/") {
.introduction.marked {
display: block !important;
}
.card.padding-default > div[style*="background-color: rgb(255, 235, 236); border-radius: 5px; border: 1px solid rgb(225, 50, 56); padding: 1em; font-style: italic;"] {
display: none;
}
.card.padding-default > .introduction.marked::before {
display: block !important;
content: "由于系统并没有真的维护,该内容仍然可见。";
font-size: 90%;
color: #bfbfbf;
background-color: #66ccff10;
}
}