hideTwitterPromoted

Hides promoted tweets and accounts on Twitter

  1. // ==UserScript==
  2. // @name hideTwitterPromoted
  3. // @namespace DT
  4. // @description Hides promoted tweets and accounts on Twitter
  5. // @include https://twitter.com/
  6. // @include http://twitter.com/
  7. // @version 1
  8. // @grant GM_addStyle
  9. // ==/UserScript==
  10.  
  11. GM_addStyle(".promoted-tweet { display: none;}");
  12. GM_addStyle(".promoted-account { display: none;}");

QingJ © 2025

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