This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name eDimension Download Link | |
// @namespace https://github.com/glencbz/edimensionDownloadLink | |
// @version 0.1 | |
// @description Adds a download link for eDimension | |
// @author Glen Choo | |
// @match http://edimension.sutd.edu.sg/course/view.php?id=* | |
// @grant GM_addStyle | |
// @grant GM_xmlhttpRequest | |
// @require http://code.jquery.com/jquery-latest.js |