This commit is contained in:
2018-11-27 13:52:58 +01:00
parent 41826edee1
commit f11ec18c23
3 changed files with 20 additions and 12422 deletions

View File

@@ -2,12 +2,20 @@ var AutomaticDispose_Branch = "master";
var AutomaticDispose_URL = "https://jf.git.rest/Jomaar/automatic-dispose/raw/branch/";
var da_lss_adis_time = new Date().getTime();
var ADis_AllMissions = /***ADis_AllMissions***/0
var ADis_AllMissions = /***ADis_AllMissions***/ 0
if (typeof window.name != 'undefined') {
console.log(window.name);
}
var _tellParent = window.tellParent;
window.tellParent = function (args) {
console.log('tellParent', args);
return _tellParent(args);
}
var ADis_MyHead = document.getElementsByTagName('head')[0];
var ADis_MyBody = document.getElementsByTagName('body')[0];