A browser extension crafted to solve all your MQ Platform annoyances.
Download »
Report Bug
·
Request Feature
The latest version of MQEE solves the issues and adds the features listed below.
- Automatically redirect to login, rather than clicking "Login" first.
- Right-click + "Open link in new tab" now works on Echo360 and PDF links.
- Pressing Tab inside a multi-line rich text box adds 4 spaces instead of deselecting the text box.
- The MQ logo on the navigation bar is inlined instead of hanging off the edge.
- The extra header bar on the "My Home" page is now removed.
- Using the shortcuts Shift++ and Shift+-, you can open or close all collapsibles on an iLearn course page.
- Pressing the numbers 1-9 on the home page will open the corresponding unit in a new tab.
- The "Note" on the "My Enrolment" page no longer covers your screen when you scroll down.
To get a local copy up and running follow these simple example steps.
This project requires that you use an up-to-date version of a Chromium or Gecko based web browser.
- Download the latest source zip from releases
- Extract the zip file
- Visit the URL chrome://extensions
- Enable "Developer mode"
- Drag and Drop the "Extension" folder into the extensions window
- Done :)
- Download the latest source zip from releases
- Extract the zip file
- Visit the URL about:debugging#/runtime/this-firefox
- Click "Load Temporary Add-on..."
- Open the "manifest.json" file inside the "Extension" folder
- Done :)
See the open issues for a list of proposed features (and known issues).
Contributions you make are greatly appreciated. They help speed up the development process and improve the project overall.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request