K P A C U B O
当前为
// ==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);