移除话题底部的“置顶”按钮

您可以使用 CSS 隐藏它 (Making custom CSS changes on your site)

#topic-footer-buttons .pinned-button{
    display: none;
}

您想隐藏它做什么?

4 个赞