天工 AI 搜索首页美化

美化天工 AI 搜索首页

目前為 2023-12-03 提交的版本,檢視 最新版本

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

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