A Firefox extension that automatically logs you into Magister.
Caution
Security Notice: This extension stores your Magister credentials in encrypted form. However, since the encryption key is stored locally on your device, malicious extensions or software could potentially access both your encrypted credentials and the encryption key. Please only install trusted extensions from reputable sources. This extension is provided under the GNU General Public License v3.0 (GPL-V3). The maintainers and developers disclaim all liability for any damages arising from the use of this extension.
You can install the addon via the mozilla addon store this is the easiest way to install it officially
This method is for if you don't want to use the mozilla addon store or can't for some reason
- Download the
.xpifile from the latest release - go to about:addons
- click on the settings cog -> install addon from file
- locate and select the
magister-autologin-x.x.x.xpifile
Alternatively, you can install from source:
- Clone or download this repository
- Open Firefox and navigate to
about:debugging#/runtime/this-firefox - Click "Load Temporary Add-on"
- Select the
manifest.jsonfile from this repository - The extension will be loaded (note: temporary add-ons are removed when you restart Firefox)
- Click the extension icon in your browser toolbar
- Enter your Magister username, password and select "enabled"
- Click "Save Setting"
- Navigate to your Magister login page
- The extension will automatically fill in your credentials and log you in
manifest.json- Extension configurationpopup/popup.html- Extension popup interfacepopup/popup.js- Popup functionalitypopup/popup.css- Popup stylingscript/autologin.js- Content script that automatically fills login credentials
This project is licensed under the GNU General Public License v3.0 - see the LICENCE file for details.
Magister-Autologin is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
Magister-Autologin is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.