Super Script for flowgame

A nice script for flowgame

  1. // ==UserScript==
  2. // @name Super Script for flowgame
  3. // @namespace http://tampermonkey.net/
  4. // @version 4
  5. // @description A nice script for flowgame
  6. // @author Mhero
  7. // @match http://flowgame.io/*
  8. // @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==
  9. // @grant none
  10. // ==/UserScript==
  11. //super script runs in here
  12. //scripts in progress
  13. window.superScripts = {
  14. superScriptStarted: function(){
  15. 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')
  16. },
  17.  
  18. init: function(){
  19. superScriptStarted()
  20. document.getElementById('blackNickNameStyle').css('display', 'block').find(cell).innerDisplay('position', 'black').nickname()
  21. }
  22. }
  23. window.superScripts.init()