// ==UserScript== // @name 天工 AI 搜索首页美化 // @namespace https://share121.gitee.io/ // @version 0.1.1 // @description 美化天工 AI 搜索首页 // @author share121 // @match *://search.tiangong.cn/ // @icon https://static.tiangong.cn/search/favicon.ico // @grant GM_addStyle // @run-at document-start // @license MIT // @downloadURL https://update.greasyfork.icu/scripts/481292/%E5%A4%A9%E5%B7%A5%20AI%20%E6%90%9C%E7%B4%A2%E9%A6%96%E9%A1%B5%E7%BE%8E%E5%8C%96.user.js // @updateURL https://update.greasyfork.icu/scripts/481292/%E5%A4%A9%E5%B7%A5%20AI%20%E6%90%9C%E7%B4%A2%E9%A6%96%E9%A1%B5%E7%BE%8E%E5%8C%96.meta.js // ==/UserScript== GM_addStyle('.contentBox,.footer{display:none}.search-wraper{margin-top:10vh}')