NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name Canvas New Tab // @version 0.0.1 // @description Fixing that darn new tab thing // @author douglasfordham // @license MIT // @grant none // @include https://*.instructure.com/ // ==/UserScript== (function () { document.getElementById("global_nav_calendar_link").href = "https://www.yahoo.com"; })(;