Skip to content

Instantly share code, notes, and snippets.

View CSymes's full-sized avatar
💭
Compiling

Cary Symes CSymes

💭
Compiling
View GitHub Profile
@CSymes
CSymes / RMIT-Proxifier.user.js
Last active January 14, 2019 13:05
Automatically redirects several 'scholarly' websites to use RMIT's proxy, allowing full access without having to manually use the proxy pages.
// ==UserScript==
// @name RMIT Proxifier
// @namespace com.plasticsquid.rmit-proxy
// @version 1.2
// @description Redirect IEEE Xplore pages to use RMIT proxy
// @author Cary Symes
// @match *ieeexplore.ieee.org/*
// @match *www.sciencedirect.com/*
// @match *scholar.google.com/*
// @grant none
@CSymes
CSymes / Canvas-Mark-All-As-Read.user.js
Last active April 20, 2018 11:46
I got sick of having to slowly scroll down discussions on Canvas, so made a userscript to mark all unread posts as read for me. Adds a button to the header on each discussion page.
// ==UserScript==
// @name Canvas 'Mark All as Read'
// @namespace com.plasticsquid.canvas.read
// @version 1.0
// @description Adds a button to allow marking of all posts as read in a Canvas discussion
// @author Cary Symes
// @match https://*.instructure.com/courses/*/discussion_topics/*
// @grant none
// ==/UserScript==