This file contains hidden or 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 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 |
This file contains hidden or 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 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== |