Courses@Brown Default to Current Term

Courses@Brown Default to Current Term

On Courses@Brown, auto-select the current semester rather than defaulting to 'Any Term'

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Courses@Brown Default to Current Term",
  "version": "1.0",
  "author": "Max Luzuriaga",
  "manifest_version": 2,
  "description": "On Courses@Brown, auto-select the current semester rather than defaulting to 'Any Term'",
  "homepage_url": "https://github.com/maxluzuriaga/courses-at-brown-current-term",
  "content_scripts": [
    {
      "matches": [
        "https://cab.brown.edu/*"
      ],
      "js": [
        "resources/jquery.min.js",
        "code/js.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "resources/*"
  ]
}