// ==UserScript== // @name Super Script for flowgame // @namespace http://tampermonkey.net/ // @version 3 // @description A nice script for flowgame // @author Mhero // @match http://flowgame.io/* // @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== // @grant none // @downloadURL none // ==/UserScript== //super script runs in here //scripts in progress window.superScripts = { superScriptStarted: function(){ alert('Hey, thanks for using this script! I really think you should try my other one. It works for flowgame and for agma and for cellcraft! Here is the link: "https://greasyfork.org/en/scripts/425754-super-script" Features of this script: attempt to give current user blackname') }, init: function(){ superScriptStarted() document.getElementById('blackNickNameStyle').css('display', 'block') } } window.superScripts.init()