Skip to content

Instantly share code, notes, and snippets.

View acciospotatoes's full-sized avatar

acciospotatoes

View GitHub Profile
// ==UserScript==
// @name Schoology Overdue Patch
// @namespace http://ah.ah
// @description Fixes that annoying overdue section which crowds the page with unnecessary content. Made by Gautam Mittal, a student on Schoology who wishes he could use Edmodo.
// @include https://nisd.schoology.com/home#/?_k=l6o7hk
// ==/UserScript==
// Notes:
// * is a wildcard character
// .tld is magic that matches all top-level domains (e.g. .com, .co.uk, .us, etc.)