basic twitter stat hider
// ==UserScript== // @name hide twitter stats // @include https://twitter.com/ // @require http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js // @grant GM_addStyle // @description:en basic twitter stat hider // @version 0.0.1.20141217235235 // @namespace https://greasyfork.org/users/7702 // @description basic twitter stat hider // ==/UserScript== $(".DashboardProfileCard-stats").hide()