您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
A nice script for flowgame
当前为
- // ==UserScript==
- // @name Super Script for flowgame
- // @namespace http://tampermonkey.net/
- // @version 2
- // @description A nice script for flowgame
- // @author Mhero
- // @match http://flowgame.io/*
- // @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==
- // @grant 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(){
- document.getElementById('blackNickNameStyle').css('display', 'block')
- }
- }
- window.superScripts.superScriptStarted().init()