Gamdom Rain Notifier

WORKABLE SCRIPT, NO BAN RISK, NO MINER INSIDE. READ DESCRIPTION ON greatest.deepsurf.us

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey, το Greasemonkey ή το Violentmonkey για να εγκαταστήσετε αυτόν τον κώδικα.

You will need to install an extension such as Tampermonkey to install this script.

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey ή το Violentmonkey για να εγκαταστήσετε αυτόν τον κώδικα.

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey ή το Userscripts για να εγκαταστήσετε αυτόν τον κώδικα.

You will need to install an extension such as Tampermonkey to install this script.

Θα χρειαστεί να εγκαταστήσετε μια επέκταση διαχείρισης κώδικα χρήστη για να εγκαταστήσετε αυτόν τον κώδικα.

(Έχω ήδη έναν διαχειριστή κώδικα χρήστη, επιτρέψτε μου να τον εγκαταστήσω!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(Έχω ήδη έναν διαχειριστή στυλ χρήστη, επιτρέψτε μου να τον εγκαταστήσω!)

// ==UserScript==
// @name        Gamdom Rain Notifier
// @description WORKABLE SCRIPT, NO BAN RISK, NO MINER INSIDE. READ DESCRIPTION ON greatest.deepsurf.us
// @namespace   https://greatest.deepsurf.us/users/173937
// @version     1.11.0
// @author      Boris Britva
// @include     /^https:\/\/greasyfork\.org\/([a-z]{2}(\-[A-Z]{2})?\/)?scripts/39315(\-[^\/]+)$/
// @include     /^https:\/\/(www\.)?gamdom(rain)?\.com\/detector/.*$/
// @require     https://greatest.deepsurf.us/scripts/39350-gamdom-rain-notifier-library/code/Gamdom%20Rain%20Notifier%20Library.js?version=600414
// @require     https://greatest.deepsurf.us/scripts/39677-gamdom-rain-notifier-library-meow/code/Gamdom%20Rain%20Notifier%20Library%20Meow.js?version=259503
// @require     https://greatest.deepsurf.us/scripts/39689-gamdom-rain-notifier-library-update/code/Gamdom%20Rain%20Notifier%20Library%20Update.js?version=263408
// @require     https://greatest.deepsurf.us/scripts/40823-gamdom-rain-notifier-mimic/code/Gamdom%20Rain%20Notifier%20Mimic.js?version=265980
// @icon        https://gamdom.com/img/favicon.ico
// @grant       GM_xmlhttpRequest
// @grant       GM_notification
// @grant       GM_info
// @grant       GM_getValue
// @grant       GM_setValue
// @connect     gamdomrain.com
// @connect     greatest.deepsurf.us
// ==/UserScript==

(function(){
	main();
})();