UpdateChck_GamdomRainNotif

Lib for update checking of Gamdom Rain Notificator.

Mint 2017.12.10.. Lásd a legutóbbi verzió

Ezt a szkriptet nem ajánlott közvetlenül telepíteni. Ez egy könyvtár más szkriptek számára, amik tartalmazzák a // @require https://update.greatest.deepsurf.us/scripts/36183/236108/UpdateChck_GamdomRainNotif.js hivatkozást.

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

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

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

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

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

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

(I already have a user script manager, let me install it!)

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.

(I already have a user style manager, let me install it!)

// ==UserScript==
// @name         UpdateChck_GamdomRainNotif
// @namespace    https://greatest.deepsurf.us/es/users/154624-anonimo-anonimo
// @version      1.1
// @description  Lib for update checking of Gamdom Rain Notificator.
// @author       allin4
// @match        *://gamdom.com/*
// @grant        GM_info
// @license      Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.
// ==/UserScript==

//Check version
var versChckMN = function(myVersInt){
//Hey allin4, remember to just +1 this and also +1 on the main script :). JUST +1. JUST +1. JUST +1.
if(myVersInt < 9){
var pleaseClOK = confirm("NEW SCRIPT VERSION! Download it on: http://bit.ly/gamdomRain");
if (pleaseClOK){
window.open("http://bit.ly/gamdomRain");
}
console.log("NEW SCRIPT VERSION! Download it on: http://bit.ly/gamdomRain");
}else{console.log("Script version it's equal :)");}
};

(function() {
    'use strict';

    console.log("Update lib loaded.");
})();