Make sure you are signed into Canvas then go to this url in Chrome:
chrome-extension://oobphcndhljfbmllppplinbdagpnfbjp/index.html
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.
localStorage.hiddenEnrollments = JSON.stringify([
...JSON.parse(localStorage.hiddenEnrollments || "{}"),
`https://byui.instructure.com|93158`,
]);
console.log('It worked 🎉');
I-Know should be able to load your current courses.