Hide Twitter Notifications

Hide Retweet and Reply Notification Count

질문, 리뷰하거나, 이 스크립트를 신고하세요.
// ==UserScript==
// @name         Hide Twitter Notifications
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  Hide Retweet and Reply Notification Count
// @author       Sarah Eaglesfield
// @match        https://twitter.com/*
// @grant        GM_addStyle
// ==/UserScript==

document.getElementsByClassName("count")[0] .style.visibility="hidden";