Greasy Fork is available in English.
Lib for update checking of Gamdom Rain Notificator.
// ==UserScript==
// @name UpdateChck_GamdomRainNotif
// @namespace http://greasyfork.icu/en/users/154624-allinred
// @version 1.4
// @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
(function() {
'use strict';
console.log("Update lib loaded.");
})();