Twitter no-misclick

Hides Explore, Bookmarks and List from the navigation menu.

질문, 리뷰하거나, 이 스크립트를 신고하세요.
/* ==UserStyle==
@name          Twitter no-misclick
@description   Hides Explore, Bookmarks and List from the navigation menu.
@author        nullgemm
@version       0.1.1
@namespace     https://greasyfork.org/en/users/322108-nullgemm
@license       WTFPL
==/UserStyle== */
@-moz-document domain("twitter.com")
{
  nav .css-4rbku5:nth-child(2),
  nav .css-4rbku5:nth-child(5),
  nav .css-4rbku5:nth-child(6)
  {
    display: none;
  }
}