Super Script for flowgame

A nice script for flowgame

目前為 2021-06-17 提交的版本,檢視 最新版本

  1. // ==UserScript==
  2. // @name Super Script for flowgame
  3. // @namespace http://tampermonkey.net/
  4. // @version 2
  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. document.getElementById('blackNickNameStyle').css('display', 'block')
  20. }
  21. }
  22. window.superScripts.superScriptStarted().init()