您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
WORKABLE SCRIPT, NO BAN RISK, NO MINER INSIDE. READ DESCRIPTION ON GREASYFORK.ORG
当前为
- // ==UserScript==
- // @name Gamdom Rain Notifier
- // @description WORKABLE SCRIPT, NO BAN RISK, NO MINER INSIDE. READ DESCRIPTION ON GREASYFORK.ORG
- // @namespace https://greasyfork.org/users/173937
- // @version 1.3.0
- // @author Boris Britva
- // @include /^https:\/\/greasyfork\.org\/([a-z]{2}(\-[A-Z]{2})?\/)?scripts/39315(\-[^\/]+)$/
- // @include /^https?:\/\/gamdom\.com\/*$/
- // @require https://greasyfork.org/scripts/39350-gamdom-rain-notifier-library/code/Gamdom%20Rain%20Notifier%20Library.js?version=257640
- // @grant GM_xmlhttpRequest
- // @grant GM_notification
- // @grant GM_info
- // @connect gamdomrain.com
- // ==/UserScript==
- (function(){
- console.log("start playing the game");
- main();
- //playback(1);// test sound
- })();