Skip to content

Instantly share code, notes, and snippets.

@furugomu
Last active January 1, 2016 08:58
Show Gist options
  • Select an option

  • Save furugomu/8121340 to your computer and use it in GitHub Desktop.

Select an option

Save furugomu/8121340 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name million live christmas
// @include http://imas.gree-apps.net/app/index.php/flash/play/id/campaign_0003
// ==/UserScript==
var f = function() {
if (_root.name == '千鶴')
_root.text2 = _root.text2.replace('のケ-キ', '');
}
var script = document.createElement('script');
script.textContent = '('+f.toString()+')()';
document.body.appendChild(script);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment