/* ==UserStyle==
@name          Twitter no-misclick
@description   Hides Explore, Bookmarks and List from the navigation menu.
@author        cylgom
@version       0.1
@icon          https://duckduckgo.com/favicon.ico
@namespace     https://greasyfork.org/en/users/322108-cylgom
@license       WTFPL
@downloadURL none
==/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;
  }
}