Greasy Fork

Super Color Name Changer

Automatically changes the name of your nickname on cells in Agma!

目前为 2020-11-15 提交的版本。查看 最新版本

// ==UserScript==
// @name         Super Color Name Changer
// @namespace    Super Color Name Changer
// @version      1.0.0
// @description  Automatically changes the name of your nickname on cells  in Agma!
// @author       Arimas
// @license      MIT
// @match        *://agma.io/
// @grant        none
// ==/UserScript==

(function() {
  'use strict';

   setInterval(function(){document.getElementById('cGoldName').dispatchEvent(new MouseEvent("click"));},250);
})();