gbeChrome

K P A C U B O

2016/04/13のページです。最新版はこちら。

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください。
// ==UserScript==
// @name         gbeChrome
// @version      0.13-testing
// @description  K P A C U B O
// @author      xxxVADIK_666xxx
// @include     https://yoba.vg:1337/chat.html
// @require    http://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js
// @namespace https://greasyfork.org/users/38515
// ==/UserScript==
interval = setInterval(function(){
$("span:contains('gbe')").html(function (_, html) {
     return html.replace(/gbe/,"<img src='https://i.imgur.com/XrD2oib.png' />")
});
},69);