Greasy Fork

hideTwitterPromoted

Hides promoted tweets and accounts on Twitter

当前为 2014-11-20 提交的版本,查看 最新版本

// ==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;}");