是否可以删除“我的帖子”链接/按钮?

基本上,任何带有线程的私信。如果你只想隐藏按钮,这段 CSS 可以达到目的,尽管你仍然会有线程:

button#c-footer-threads.c-footer__item {
  display: none;
}