SAY NO TO HASHTAGS

Tired of hashtags,say no to them already!

// ==UserScript==
// @name        SAY NO TO HASHTAGS
// @namespace   rivendellking@gmail.com
// @description Tired of hashtags,say no to them already!
// @include     http://www.facebook.com/*
// @include     https://www.facebook.com/*
// @author      rivendellking
// @version     0.1
// @grant       GM_addStyle
// @run-at document-start
// ==/UserScript==
GM_addStyle("span._58cl{ display: none !important; }"); 
GM_addStyle("span._58cm{ display: none !important; }");