gbeFireFox

K P A C U B O

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

// ==UserScript==
// @name         gbeFireFox
// @version      0.15-testing
// @description  K P A C U B O
// @author      xxxVADIK_666xxx
// @include     https://yoba.vg:1337/*
// @namespace https://greasyfork.org/users/38515
// ==/UserScript==
interval = setInterval(function(){
$("span.userMessageBody:contains('gbe'),div.userMessageBody:contains('gbe')").html(function (_, html) {
     return html.replace(/gbe/,"<img class='emoticon' src='http://i.imgur.com/XrD2oib.png' title='gbe' alt='gbe' />")
});
},69);