浏览帖子时只显示用户名字和头像
Hi-PDA less by lleon2017
Details
Authorlleon2017
LicenseNo License
Categoryhi-pda.com
Created
Updated
Size455 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 Hi-PDA less
@version 20211106.19.02
@namespace userstyles.world/user/lleon2017
@description 浏览帖子时只显示用户名字和头像
@author lleon2017
@license No License
==/UserStyle== */
@-moz-document domain("hi-pda.com") {
/* 浏览帖子时只显示用户名字和头像 */
.profile {
display: none;
}
tr td.postauthor div p {
display: none
}
tr td.postauthor p {
display: none
}
}