// ==UserScript== // @name 派大星超星学习通小助手 // @namespace https://docs.scriptcat.org/ // @version 0.1.1 // @description try to take over the world! // @author You // @match https://*/* // @grant none // @noframes // @license All Rights Reserved // ==/UserScript== (function() { 'use strict'; // Your code here... })();