Greasy Fork镜像 支持简体中文。

GreasyIRC

Adds an irc chat widget to greasyfork

// ==UserScript==
// @name        GreasyIRC
// @namespace   Danielv123
// @description Adds an irc chat widget to greasyfork
// @include     https://gf.qytechs.cn/*
// @version     1
// @grant       none
// ==/UserScript==


var div = document.createElement('div')
div.id = 'greasyirc'
document.body.appendChild(div);
document.getElementById('greasyirc').outerHTML = '<iframe src="https://kiwiirc.com/client/irc.kiwiirc.com/#greasyfork" style="border:0; width:350px; height:300px; position:fixed;right:0px;bottom:0px;"></iframe>'

QingJ © 2025

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