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
+10 -12420
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1,4 +1,4 @@
/*Generated on:Tue Nov 27 2018 13:41:34 GMT+0100 (CET)*/
/*Generated on:Tue Nov 27 2018 13:52:57 GMT+0100 (CET)*/
function includesString(string1, string2) {
return string1.toLowerCase().includes(string2.toLowerCase());
}
+8
View File
@@ -8,6 +8,14 @@ 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];