hideTwitterPromoted

Hides promoted tweets and accounts on Twitter

// ==UserScript==
// @name        hideTwitterPromoted
// @namespace   DT
// @description Hides promoted tweets and accounts on Twitter
// @include     https://twitter.com/
// @include     http://twitter.com/
// @version     1
// @grant       GM_addStyle
// ==/UserScript==

GM_addStyle(".promoted-tweet { display: none;}");
GM_addStyle(".promoted-account { display: none;}");

QingJ © 2025

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