UpdateChck_GamdomRainNotif

Lib for update checking of Gamdom Rain Notificator.

Version vom 10.12.2017. Aktuellste Version

Dieses Skript sollte nicht direkt installiert werden. Es handelt sich hier um eine Bibliothek für andere Skripte, welche über folgenden Befehl in den Metadaten eines Skriptes eingebunden wird // @require https://update.greatest.deepsurf.us/scripts/36183/236108/UpdateChck_GamdomRainNotif.js

Du musst eine Erweiterung wie Tampermonkey, Greasemonkey oder Violentmonkey installieren, um dieses Skript zu installieren.

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.

Sie müssten eine Skript Manager Erweiterung installieren damit sie dieses Skript installieren können

(Ich habe schon ein Skript Manager, Lass mich es installieren!)

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.");
})();