From 9e69928567a372b7fe1c5e63317e36f52766e708 Mon Sep 17 00:00:00 2001 From: LesterLoschky Date: Mon, 25 Aug 2025 11:53:01 -0500 Subject: [PATCH] Update export_rubric_scores.user.js To point to Kansas State University's Canvas URL --- export_rubric_scores.user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/export_rubric_scores.user.js b/export_rubric_scores.user.js index 1da7320..0be6391 100644 --- a/export_rubric_scores.user.js +++ b/export_rubric_scores.user.js @@ -2,7 +2,7 @@ // @name Export Rubric Scores // @namespace https://github.com/UCBoulder // @description Export all rubric criteria scores for an assignment to a CSV -// @match https://*/courses/*/gradebook/speed_grader?* +// @match https://k-state.instructure.com/*/gradebook/speed_grader?* // @grant none // @require https://code.jquery.com/jquery-3.6.0.min.js // @require https://code.jquery.com/ui/1.14.1/jquery-ui.min.js