Moodle Redirects Firefox

Examine source code of Moodle Redirects

Inspect and view changes in Moodle Redirects source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Moodle Redirects",
  "version": "1.2",
  "description": "Redirects moodle.dhbw.de to https://moodle.dhbw.de/my/courses.php and automates the login",
  "icons": {
    "48": "icons/logo.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://moodle.dhbw.de/"
      ],
      "js": [
        "scripts/course_redirect.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "*://moodle.dhbw.de/*"
      ],
      "js": [
        "scripts/replaceHref.js"
      ]
    },
    {
      "matches": [
        "https://moodle.dhbw.de/my/courses.php"
      ],
      "js": [
        "scripts/courses.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://moodle.dhbw.de/simplesaml/module.php/multiauth/discovery?*"
      ],
      "js": [
        "scripts/loginRedirect.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://moodle.dhbw.de/simplesaml/module.php/core/loginuserpassorg?*"
      ],
      "js": [
        "scripts/login.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{4052da72-ad4c-48d5-bff0-84ef8a22da9b}"
    }
  }
}

Best Moodle Redirects Alternatives

Here are some Firefox add-ons that are similar to Moodle Redirects: