douglasfordham / Canvas New Tab

// ==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";

})(;