Skip to content

Instantly share code, notes, and snippets.

@realgt
realgt / Blackbaud Assignments TODO
Created March 28, 2020 23:21
Turn Blackbaud assignments into a todo list
// ==UserScript==
// @name Blackbaud Assignments TODO
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Turns Assignment list into a Todo list!
// @author Fabio Rodriguez <realgt@gmail.com>
// @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