// ==UserScript== // @name Wowhead Expand Site // @namespace http://tampermonkey.net/ // @version 0.5 // @description Expands wowhead Site to take full width // @author Twitter: @AcademicoMDP // @match *://*.wowhead.com/* // @grant none // @downloadURL none // ==/UserScript== var expandSite = function(){ var el = document.getElementsByClassName('header-expand-site'); for (var i=0;i