// ==UserScript== // @name Twitch fulltitle // @namespace http://tampermonkey.net/ // @version 0.1 // @description Shows the fulltitle on twitch // @author Bobocato // @match https://www.twitch.tv/* // @grant none // @downloadURL none // ==/UserScript== /* Taken from https://stackoverflow.com/questions/9153718/change-the-style-of-an-entire-css-class-using-javascript/14249194#14249194 */ function cssrules(){ var rules={}; var ds=document.styleSheets,dsl=ds.length; for (var i=0;i