Skip to content

Conversation

@LesterLoschky
Copy link

To point to Kansas State University's Canvas URL

To point to Kansas State University's Canvas URL
@LesterLoschky
Copy link
Author

I need to change this to be able to use this at Kansas State University for my course.

@aculligan
Copy link

aculligan commented Oct 6, 2025

I need to change this to be able to use this at Kansas State University for my course.

Not necessary since it already has a wildcard * for all accounts.

If you want, you can edit the local script in Tampermonkey.

Changing this in the original .JS would affect all other users.

// @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?*
Copy link

@aculligan aculligan Oct 11, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are removing the "courses" bit of the URL which would cause the code to not load at all.

What you might be wanting to do is
// @match https://k-state.instructure.com/courses/*/gradebook/speed_grader?*

You can easily change this at the local level or create a fork just for you. Changing this on the original code would cause issues for everyone else.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants