Login-succ_then_Jump-Xuanke

aaa

// ==UserScript==
// @name         Login-succ_then_Jump-Xuanke
// @namespace    http://tampermonkey.net/
// @version      2025-02-13
// @description  aaa
// @author       You
// @match        https://*.nuk.edu.tw/*el/SelectMain.asp
// @icon         https://www.google.com/s2/favicons?sz=64&domain=edu.tw
// @grant        none
// ==/UserScript==

(function() {
    'use strict';
           CO200_Click();

    // Your code here...
})();