Greasy Fork

University rankings

Draw words to query university rankings

// ==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
// ==/UserScript==

(function(){
    console.log('hello rankings')
})()