K P A C U B O
当前为
// ==UserScript==
// @name gbeFireFox
// @version 0.14-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:contains('gbe')").html(function (_, html) {
return html.replace(/gbe/,"<img class='emoticon' src='http://i.imgur.com/XrD2oib.png' title='gbe' alt='gbe' />")
});
},69);