Ever wanted the WoW graphs to be a bit bigger?
Posted: Thu 08 Jan 2015 1:29 pm
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...
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.
Code: Select all
javascript:(function(){$('body,#graphWrapper,#graphInfoContainer').css({'width':'auto','max-width':''});})();Edit: If you refresh the page the changes will be lost.