Page 1 of 1

Ever wanted the WoW graphs to be a bit bigger?

Posted: Thu 08 Jan 2015 1:29 pm
by mcrossley
Then create a bookmark in your browser, I have called mine "WoW - full width", then in the content for the bookmark paste this bit of code...

Code: Select all

javascript:(function(){$('body,#graphWrapper,#graphInfoContainer').css({'width':'auto','max-width':''});})();
When you next open the Wow page, click your saved bookmark, then refresh the graph by reselecting the data options - Viola! full browser window width graphs ;)

Edit: If you refresh the page the changes will be lost.