移除讨论区入口,需搭配洛谷原生学术模式使用
洛谷 Luogu 学术模式补丁 by Jerrycyx
Details
AuthorJerrycyx
LicenseMPL-2.0
CategoryLuogu
Created
Updated
Size544 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 洛谷 Luogu 学术模式补丁
@version 0.1
@namespace https://userstyles.world/user/Jerrycyx
@description 移除灌水区入口,需搭配洛谷原生学术模式使用
@homepage https://www.luogu.com.cn/user/545986
@author Jerrycyx
@license MPL-2.0
==/UserStyle== */
@-moz-document url("https://www.luogu.com.cn/discuss"), url("https://www.luogu.com/discuss") {
#app > div.main-container > main > div.full-container > section.side > div > div > a:nth-child(5)
{
display: none;
}
}