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

Basically, any DMs with threads. If you just want to hide the button, this CSS would do the trick, although you’ll still have threading:

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