This commit is contained in:
2019-04-11 12:20:33 +02:00
parent 014c57c68b
commit 58fbf439c2
3 changed files with 16 additions and 8 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
/*Generated on:Sat Mar 30 2019 18:18:34 GMT+0100 (CET)*/
/*Generated on:Thu Apr 11 2019 12:20:33 GMT+0200 (CEST)*/
var AutomaticDispose_Branch = "master";
var AutomaticDispose_URL = "https://jf.git.rest/Jomaar/automatic-dispose/raw/branch/";
var da_lss_adis_time = new Date().getTime();
+5 -1
View File
@@ -1,4 +1,4 @@
/*Generated on:Sat Mar 30 2019 18:18:34 GMT+0100 (CET)*/
/*Generated on:Thu Apr 11 2019 12:20:33 GMT+0200 (CEST)*/
/*
* Dexie.js - a minimalistic wrapper for IndexedDB
* ===============================================
@@ -18429,8 +18429,12 @@ class AutomaticDispose {
self.Check_Call_Police_Active();
} else if (window.location.pathname.indexOf("/missions/") !== -1 && window.name != 'adis-sprechwunsch-police') {
//window.console.log('DEBUG:::: Start Mission')
if ($('#missionH1 > a').attr("href").includes("/easteregg")) {
$('#missionH1 > a').click()
} else {
self.StartMission();
}
}
});
new AutomaticDisposeFaye(myFaye)
+4
View File
@@ -346,8 +346,12 @@ class AutomaticDispose {
self.Check_Call_Police_Active();
} else if (window.location.pathname.indexOf("/missions/") !== -1 && window.name != 'adis-sprechwunsch-police') {
//window.console.log('DEBUG:::: Start Mission')
if ($('#missionH1 > a').attr("href").includes("/easteregg")) {
$('#missionH1 > a').click()
} else {
self.StartMission();
}
}
});
new AutomaticDisposeFaye(myFaye)