Greasy Fork

Greasy Fork is available in English.

linux.do - 隐藏用户头衔

隐藏用户头衔,太晃眼了

当前为 2025-10-15 提交的版本,查看 最新版本

/* ==UserStyle==
@name           linux.do - 隐藏用户头衔
@namespace      https://github.com/utags
@version        1.0.1
@description    隐藏用户头衔,太晃眼了
@author         Pipecraft
@license        MIT
==/UserStyle== */
@-moz-document domain("linux.do") {
    .user-title {
        display: none !important;
    }
}