// ==UserScript== // @name 天工 AI 搜索首页美化 // @namespace https://share121.gitee.io/ // @version 0.1.0 // @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 none // ==/UserScript== GM_addStyle('.contentBox,.footer{display:none}.search-wraper{margin-top:10vh}')