Fixing ESPN FantasyCast being broken in Chrome
This is the 2nd year in a row that ESPN has had a bug in their Fantasy Cast website so it does not render properly in Chrome. If your page looks like this, it’s broken. The good news is it’s easy to fix with a simple bookmarklet.
Simply create a bookmark with this as the url
javascript:(function(){$('#real .progame-list').css("width", "101%");})()
and click on it to fix the page. Once clicked the page will look like this, which is much more user friendly.