Twitter no-misclick

Hides Explore, Bookmarks and List from the navigation menu.

  1. /* ==UserStyle==
  2. @name Twitter no-misclick
  3. @description Hides Explore, Bookmarks and List from the navigation menu.
  4. @author nullgemm
  5. @version 0.1.1
  6. @namespace https://gf.qytechs.cn/en/users/322108-nullgemm
  7. @license WTFPL
  8. ==/UserStyle== */
  9. @-moz-document domain("twitter.com")
  10. {
  11. nav .css-4rbku5:nth-child(2),
  12. nav .css-4rbku5:nth-child(5),
  13. nav .css-4rbku5:nth-child(6)
  14. {
  15. display: none;
  16. }
  17. }

QingJ © 2025

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