洛谷棕名神器。
Luogu-Cheater by fftt52536

Details
Authorfftt52536
LicenseNo License
Categoryluogu.com -> userstyles
Created
Updated
Code size854 B
Code checksum5684018e
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Luogu Cheater
@version 1.0
@namespace userstyles.world/user/fftt52536
==/UserStyle== */
@-moz-document regexp("https://www.luogu(.org|.com.cn)/(?!blog).*") {
.luogu-username,
.luogu-username *,
.user-name:not(.user-header-top *),
.user-name:not(.user-header-top *) *,
.card .color-none > span,
.feed-username > .lg-bold,
.user-nav .header > span:first-child * {
color: rgb(173, 139, 0) !important;
}
.am-badge:not(.lg-index-contest *),
a[href $= "user-tag"],
.user-info > .user-name > .lfe-caption {
display: none !important;
}
.lg-index-benben > .lg-article:nth-child(2) {
display: none !important;
}
}
@-moz-document regexp("https://www.luogu(.org|.com.cn)/chat.*") {
.mobile-body .side .panel-content .item [slot="trigger"]{
color: rgb(173, 139, 0) !important;
}
}