Skip to content

Instantly share code, notes, and snippets.

@Synvox
Created April 27, 2020 19:25
Show Gist options
  • Save Synvox/09aacf015fefe02ecedbb0ca37ec3a76 to your computer and use it in GitHub Desktop.
Save Synvox/09aacf015fefe02ecedbb0ca37ec3a76 to your computer and use it in GitHub Desktop.

Turn off the Devo Course in I-Know

1. Start!

Make sure you are signed into Canvas then go to this url in Chrome:

chrome-extension://oobphcndhljfbmllppplinbdagpnfbjp/index.html

2. Then open up the developer console

You can do this by hitting F12 on windows or Option+Command+J on Mac. You can also right click anywhere on the page and click inspect element.

A scary window will appear. Do not worry, you are a professional. Make sure you are in the console tab of that window.

3. Paste this code there and hit enter

localStorage.hiddenEnrollments = JSON.stringify([
  ...JSON.parse(localStorage.hiddenEnrollments || "{}"),
  `https://byui.instructure.com|93158`,
]);

console.log('It worked 🎉');

4. Close the scary window and refresh I-Know

I-Know should be able to load your current courses.

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