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 Monarch Fix Bible Ref | |
// @namespace http://danielbair.com/ | |
// @version 0.1 | |
// @description Fix bible references on Monarch App | |
// @author Daniel Bair | |
// @match https://monarch-app.aop.com/curriculum/* | |
// @icon https://www.google.com/s2/favicons?domain=aop.com | |
// @grant none | |
// @copyright 2020+, Daniel Bair |
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 Monarch Capture Vocabulary | |
// @namespace http://danielbair.com/ | |
// @version 0.3 | |
// @description Capture the vocabulary from Monarch App | |
// @author Daniel Bair | |
// @match https://monarch-app.aop.com/curriculum/section/* | |
// @icon https://www.google.com/s2/favicons?domain=aop.com | |
// @grant none | |
// @copyright 2020+, Daniel Bair |
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 Monarch Fix Print Content | |
// @namespace http://danielbair.com/ | |
// @version 0.6 | |
// @description Fix teacher printing problems on Monarch App | |
// @author Daniel Bair | |
// @match https://monarch-app.aop.com/curriculum/* | |
// @icon https://www.google.com/s2/favicons?domain=aop.com | |
// @grant none | |
// @copyright 2020+, Daniel Bair |