Twitter no-misclick

Hides Explore, Bookmarks and List from the navigation menu.

目前為 2020-04-10 提交的版本,檢視 最新版本

/* ==UserStyle==
@name          Twitter no-misclick
@description   Hides Explore, Bookmarks and List from the navigation menu.
@author        cylgom
@version       0.1.0
@namespace     https://gf.qytechs.cn/en/users/322108-cylgom
@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;
  }
}

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址