将你谷的用户名颜色全部改为棕名。
Luogu Cheater by fftt52536
Details
Authorfftt52536
LicenseNo License
Categoryluogu.com -> userstyles
Created
Updated
Size932 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
// @name Luogu Cheater
// @version 2025-02-20
// @description try to take over the world!
// @author You
// @match https://*.luogu.com/*
// @match https://*.luogu.com.cn/*
// @match https://*.luogu.org/*
// @namespace https://*.luogu.com.cn/*
// @icon https://cdn.luogu.com.cn/upload/usericon/397.png
// @grant none
@-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;
}
}