// ==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.4.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=257652 // @icon https://gamdom.com/img/favicon.ico // @grant GM_xmlhttpRequest // @grant GM_notification // @grant GM_info // @connect gamdomrain.com // @downloadURL none // ==/UserScript== (function(){ console.log("start playing the game"); main(); //playback(1);// test sound })();