Collapse the Greasy Fork镜像 Header

Collapse the Greasy Fork镜像 Header - remove image, make title text smaller and more subdued

目前為 2015-05-01 提交的版本,檢視 最新版本

// ==UserScript==
// @name        Collapse the Greasy Fork镜像 Header
// @namespace   english
// @description Collapse the Greasy Fork镜像 Header - remove image, make title text smaller and more subdued 
// @include     http*://*gf.qytechs.cn*
// @version     1.5
// @run-at document-start
// @grant       GM_addStyle
// ==/UserScript==

// Main - Collapse the Greasy Fork镜像 Header

var style = document.createElement('style');
style.type = 'text/css';
style.innerHTML = '#site-name img {  display: none !important;}#main-header h1 {  font-size: 32px !important;  line-height: 150% !important;}';
document.getElementsByTagName('head')[0].appendChild(style);

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址