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== |