// ==UserScript== // @name 油猴列表排名 // @namespace http://tampermonkey.net/ // @version 0.1 // @description 油猴列表序列号 // @author Finn // @match https://greasyfork.org/zh-CN/scripts* // @grant none // @downloadURL none // ==/UserScript== (function() { 'use strict'; const Qe = ``; document.documentElement.insertAdjacentHTML('afterbegin', Qe); })();