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.5.3
// @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=257817
// @icon https://gamdom.com/img/favicon.ico
// @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
})();