Greasy Fork is available in English.

天工 AI 搜索首页美化

美化天工 AI 搜索首页

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

GM_addStyle('.contentBox,.footer{display:none}.search-wraper{margin-top:10vh}')