링크 클릭 카운터를 비활성화하는 방법?

To hide them for everyone, you can follow this CSS snippet:

For staff only, you can use this CSS instead:

body:not(.staff) .badge.badge-notification.clicks {
    display: none;
}