Skip to content

Instantly share code, notes, and snippets.

View tsiemens's full-sized avatar

Trevor Siemens tsiemens

View GitHub Profile
// ==UserScript==
// @name GVOC Member IDs
// @namespace https://gist.github.com/tsiemens
// @version 0.1
// @description Make dealing with duplicate user accounts easier when entering course results.
// @author Trevor Siemens
// @match https://gvoc.whyjustrun.ca/*
// @grant none
// ==/UserScript==
@tsiemens
tsiemens / google_doc_preview_tamperscript.js
Last active April 2, 2020 19:02
Google Docs Preview Redirect Tampermonkey Script
// ==UserScript==
// @name Preview Google Docs
// @version 1.0.0
// @description Same you some CPU and RAM
// @author Trevor Siemens
// @homepageUrl https://gist.github.com/tsiemens/5d6507590a35ebde833b388e48510862
// @match https://docs.google.com/document/d/*/edit*
// @match https://docs.google.com/document/d/*/preview*
// @run-at document-start
// @grant GM_addStyle