// ==UserScript== // @name University rankings // @namespace https://stardust.ai/ // @description Draw words to query university rankings // @version 0.1 // @include * // @connect https://daxue.menggy.com/* // @author maoyuan.chai // @license MIT // @downloadURL none // ==/UserScript== (function(){ console.log('hello rankings') })()