ESPN Fantasy Basketball Layout Improvement

ESPN Fantasy Basketball Layout Improvement

Improve the layout of the new ESPN fantasy web site that fantasy basketball uses. Removes the inner table scrolling.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "ESPN Fantasy Basketball Layout Improvement",
  "version": "0.0.1",
  "description": "Improve the layout of the new ESPN fantasy web site that fantasy basketball uses. Removes the inner table scrolling.",
  "manifest_version": 2,
  "content_scripts": [
    {
      "css": [
        "styles.css"
      ],
      "matches": [
        "http://fantasy.espn.com/basketball/team?*"
      ],
      "run_at": "document_idle"
    }
  ]
}