gocomics unblocker

unblocks gocomics paywall when trying to look in a comic archive

// ==UserScript==
// @name        gocomics unblocker
// @namespace   https://gf.qytechs.cn/en/users/1164392-jan-ale
// @match       https://www.gocomics.com/*
// @grant       none
// @version     1.0
// @author      jan-ale
// @description unblocks gocomics paywall when trying to look in a comic archive
// @license     GPL-3.0-or-later
// ==/UserScript==

(()=>{
	const style = document.createElement("style");
	style.innerHTML = `
.RollUpUpsell_upsell__xayeg {
	display: none !important;
}
html, body {
	overflow: scroll !important;
}
`;
	document.head.appendChild(style);
})();

QingJ © 2025

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