自己用
自用 by xsc062
Details
Authorxsc062
LicenseNo License
Category难道这里一定要写点什么吗
Created
Updated
Size2.9 kB
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 221011.19.39
@namespace userstyles.world/user/xsc062
@author xsc062
@license CC Zero
==/UserStyle== */
@-moz-document url-prefix("https://www.luogu.com.cn") {
/* 隐藏首页的讨论 */
div.am-u-lg-9.am-u-md-8.lg-index-benben.lg-right>div:first-child+div
{
display: none;
}
/* 隐藏首页的比赛 */
div.am-u-lg-9.am-u-md-8.lg-index-benben.lg-right>div:first-child
{
display: none;
}
/* 首页的犇犇 */
div.am-u-lg-9.am-u-md-8.lg-index-benben.lg-right>div:first-child+div+div, div.am-u-lg-9.am-u-md-8.lg-index-benben.lg-right>div:first-child+div+div+div {
display: none!important;
}
ul#feed {
margin-top: -15px !important;
}
/* 首页的"友情链接" */
div.lg-article.am-hide-sm {
display: none!important;
}
/* 首页的 "本站公告" */
div.am-u-lg-3.am-u-md-4.lg-right>div:first-child {
display: none;
}
/* 侧边栏的讨论按钮 */
nav.lfe-body>div:first-child+div+a+a+a+a+a {
display:none;
}
}
@-moz-document regexp("https://www.luogu.com.cn/problem/[A-Z]{2,}[0-9]{1,}[A-Z]{0,}") {
/*
About RemoteJudge 题目
想取消隐藏某个东西可以注释掉或删除。
*/
/* 广告 */
div[currentTemplate="ProblemShow"]>.side>div:first-child+div+div+div+div
{
display: none!important;
}
/* 隐藏题目界面的讨论 */
div[currentTemplate="ProblemShow"]>.side>div:first-child+div+div
{
display: none!important;
}
}
@-moz-document regexp("https://www.luogu.com.cn/problem/[PUDTB][0-9]{1,}") {
/*
About 题目页(P, U, B, T 开头的题目)
想取消隐藏某个东西可以注释掉或删除。
*/
/* 广告 */
div[currentTemplate="ProblemShow"]>.side>div:first-child+div+div+div+div
{
display: none!important;
}
/* 隐藏题目界面的讨论 */
div[currentTemplate="ProblemShow"]>.side>div:first-child+div+div
{
display: none!important;
}
}
@-moz-document url-prefix("https://www.luogu.com.cn/contest") {
/*
About 比赛页
想取消隐藏某个东西可以注释掉或删除。
*/
/* 广告 */
section.side>div:first-child+div+div{
display:none;
}
}
@-moz-document url-prefix("https://www.luogu.com.cn/ranking") {
/*
About 咕值排名页
显示的文本可以自行更改。
想取消隐藏某个东西可以注释掉或删除。
*/
#app
{
display: none!important;
}
body:before
{
margin-top: 100px;
margin-left: 200px;
font-size: xx-large;
content: "看您奶奶的咕值排名 您自己又进不去 🙃";
}
}
@-moz-document url-prefix("https://www.luogu.com.cn/judgement") {
/*
About 陶片放逐页
显示的文本可以自行更改。
想取消隐藏某个东西可以注释掉或删除。
*/
#app
{
display: none!important;
}
body:before
{
margin-top: 100px;
margin-left: 200px;
font-size: xx-large;
content: "您这得是有多想进去啊 🙃";
}
}