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

You can hide it with css (Make CSS changes on Your Site)

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

Why do you want to hide it?

4 个赞