// ==UserScript== // @name 编程猫主页优化 // @namespace http://tampermonkey.net/ // @version 1.1.45.14 // @description 对于编程猫主页的部分优化 // @author 小鱼yuzifu // @match https://shequ.codemao.cn/* // @icon https://shequ.codemao.cn/favicon.ico // @grant none // @require https://cdn.jsdelivr.net/npm/jquery@3.4.1/dist/jquery.slim.min.js // @license MIT // @downloadURL none // ==/UserScript== (function() { 'use strict'; $("head").after(` `); })();