Checking Out Other People's Javascript Tweaks
Curious as to how other schools have customized their canvas interactions (Javascript)?
- This is largely identical to the CSS technique
- Go to their canvas login page https://[their school name].instructure.com/ (if they have single sign-on and it is redirecting you add login?no_auto=1 to the url to force a local login page) https://eastsideprep.instructure.com/login?no_auto=1 for example
- View-Source
- Look for a js file with a full URL (currently it is on line 222) (ours says https://four11.eastsideprep.org/eps_canvas.js Links to an external site. )
- Load up that URL and take a peek.
- Note: Not every school will be using a custom javascript file, this happens less often than custom css.