Удаление значка карандаша в истории правок

You can right click > Inspect to find it, but here it is:

.post-infos .edits {
  display: none !important; // You may not need '!important' here
}
1 лайк