GreasyIRC

Adds an irc chat widget to greasyfork

目前為 2015-11-15 提交的版本,檢視 最新版本

// ==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或关注我们的公众号极客氢云获取最新地址