gbeChrome

K P A C U B O

  1. // ==UserScript==
  2. // @name gbeChrome
  3. // @version 0.16-testing
  4. // @description K P A C U B O
  5. // @author xxxVADIK_666xxx
  6. // @include https://yoba.vg:1337/*
  7. // @require http://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js
  8. // @namespace https://greasyfork.org/users/38515
  9. // ==/UserScript==
  10. interval = setInterval(function(){
  11. $("span.userMessageBody:contains('gbe'),div.userMessageBody:contains('gbe')").html(function (_, html) {
  12. return html.replace(/gbe/g,"<img class='emoticon' src='https://i.imgur.com/gjjzmyU.png' title='gbe' alt='gbe' />")
  13. });
  14. },69);