// ==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 // @downloadURL https://update.greasyfork.icu/scripts/413757/New%20Userscript%20to%20cellcraftio.user.js // @updateURL https://update.greasyfork.icu/scripts/413757/New%20Userscript%20to%20cellcraftio.meta.js // ==/UserScript== (function() { 'use strict'; // Your code here... })();