Skip to content

brianjdaigle/browser-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

browser-scripts

Some scripts I've written to run with the TamperMonkey browser extension.

Many are for use with the Canvas Learning Management System.

All scripts are written with @include web addresses so they will only show up on relevant pages. These addresses may need to be updated to match your URL. Use * as a wildcard for parts of the address that could be anything.

Download Course Map

This script adds a new "Download Course Map" button to the top right corner of the Canvas modules page. Clicking the button will download a .tsv (tab seperated values) file which can be opened in excel or another spreadsheet. It will give you a list of every item that appears in the modules view, and will have the following columns:

  • Name of Module it appears in
  • Element's name
  • Type of Canvas Element
  • URL of Element

Unstar All Courses

This script adds a button at the top of the All Courses page which lets you unstar all courses with one click. This was created because new courses are automatically starred when you're enrolled in them, but having too many starred courses will clog your dashboard and crash the mobile app.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published