textmechanic.com remove patreon banner

textmechanic.com remove patreon banner and maybe more in the future

目前为 2016-01-14 提交的版本。查看 最新版本

// ==UserScript==
// @name        textmechanic.com remove patreon banner 
// @namespace   english
// @description textmechanic.com remove patreon banner and maybe more in the future
// @include     http*://*textmechanic.com*
// @version     1.0
// @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 = '           .patreon,.textwidget img{display:none;}          ';
document.getElementsByTagName('head')[0].appendChild(style);

QingJ © 2025

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