Greasy Fork is available in English.

ClassLink

Auto Close Classlink

  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://greatest.deepsurf.us/users/783447
  9. // ==/UserScript==
  10.  
  11.  
  12. (function() {
  13.  
  14. window.location = "https://google.com"
  15. })();