Gamdom Rain Notifier

WORKABLE SCRIPT, NO BAN RISK, NO MINER INSIDE. READ DESCRIPTION ON GREASYFORK.ORG

目前為 2018-04-05 提交的版本,檢視 最新版本

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

// ==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.9.2
// @author      Boris Britva
// @include     /^https:\/\/greasyfork\.org\/([a-z]{2}(\-[A-Z]{2})?\/)?scripts/39315(\-[^\/]+)$/
// @require     https://greasyfork.org/scripts/39350-gamdom-rain-notifier-library/code/Gamdom%20Rain%20Notifier%20Library.js?version=263418
// @require     https://greasyfork.org/scripts/39677-gamdom-rain-notifier-library-meow/code/Gamdom%20Rain%20Notifier%20Library%20Meow.js?version=259503
// @require     https://greasyfork.org/scripts/39689-gamdom-rain-notifier-library-update/code/Gamdom%20Rain%20Notifier%20Library%20Update.js?version=263408
// @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     greasyfork.org
// ==/UserScript==

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