ClassLink

Auto Close Classlink

当前为 2022-02-16 提交的版本,查看 最新版本

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