Greasy Fork is available in English.

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;
  }
}