Greasy Fork is available in English.

New Userscript to cellcraft.io

try to take over the world!

질문, 리뷰하거나, 이 스크립트를 신고하세요.
// ==UserScript==
// @name         New Userscript to cellcraft.io
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  try to take over the world!
// @author       You
// @match        https://cellcraft.io/

// @grant        none
// ==/UserScript==

(function() {
    'use strict';

    // Your code here...
})();