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 Blackbaud Assignments TODO | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description Turns Assignment list into a Todo list! | |
// @author Fabio Rodriguez <[email protected]> | |
// @require https://code.jquery.com/jquery-2.2.4.min.js | |
// @require https://raw.github.com/emn178/js-sha1/master/build/sha1.min.js | |
// @include https://*.myschoolapp.com/app/* | |
// @grant none |