Skip to content

Instantly share code, notes, and snippets.

View Quaker762's full-sized avatar
😛
Enjoying your stay?

Jesse Quaker762

😛
Enjoying your stay?
  • Palm Studios
  • My Computer
View GitHub Profile
@Quaker762
Quaker762 / Canvas-Mark-All-As-Read.user.js
Created April 20, 2018 11:46 — forked from CSymes/Canvas-Mark-All-As-Read.user.js
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==