ClassLink

Auto Close Classlink

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

  1. // ==UserScript==
  2. // @name ClassLink
  3. // @version 1.0
  4. // @description Auto Close Classlink
  5. // @author Logzilla6
  6. // @match https://launchpad.classlink.com/*
  7. // @grant none
  8. // @namespace https://greasyfork.org/users/783447
  9. // ==/UserScript==
  10.  
  11.  
  12. (function() {
  13.  
  14. window.location = "https://google.com"
  15. })();