Auto Close Classlink
// ==UserScript==
// @name ClassLink
// @version 1.0
// @description Auto Close Classlink
// @author Logzilla6
// @match https://launchpad.classlink.com/*
// @grant none
// @namespace https://greasyfork.org/users/783447
// ==/UserScript==
(function() {
window.location = "https://google.com"
})();