Skip to content

Instantly share code, notes, and snippets.

// ==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
@danielbair
danielbair / Monarch_Capture_Vocabulary.user.js
Last active April 26, 2021 01:17
Capture the vocabulary from Monarch App
// ==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
@danielbair
danielbair / Monarch_Fix_Print_Content.user.js
Last active July 29, 2021 02:55
Fix teacher printing problems on Monarch App
// ==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