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