// ==UserScript== // @name Kelluvat sitaatit hiiteen @ yle.fi // @namespace Rennex/yle.fi // @description Poistaa YLEn uutisista turhat kelluvat sitaatit // @include http://yle.fi/uutiset/* // @version 1.0 // @grant GM_addStyle // @downloadURL none // ==/UserScript== GM_addStyle("article blockquote { display: none !important; }")