v2 up a90gui9u39u4t98hgoi
This commit is contained in:
2
dist/autoloader.js
vendored
2
dist/autoloader.js
vendored
@@ -1,4 +1,4 @@
|
||||
/*Generated on:Mon Dec 17 2018 17:52:08 GMT+0100 (CET)*/
|
||||
/*Generated on:Mon Dec 17 2018 17:55:17 GMT+0100 (CET)*/
|
||||
var AutomaticDispose_Branch = "master";
|
||||
var AutomaticDispose_URL = "https://jf.git.rest/Jomaar/automatic-dispose/raw/branch/";
|
||||
var da_lss_adis_time = new Date().getTime();
|
||||
|
||||
6
dist/autoloaderV2.js
vendored
6
dist/autoloaderV2.js
vendored
@@ -1,4 +1,4 @@
|
||||
/*Generated on:Mon Dec 17 2018 17:52:08 GMT+0100 (CET)*/
|
||||
/*Generated on:Mon Dec 17 2018 17:55:17 GMT+0100 (CET)*/
|
||||
/*
|
||||
* Dexie.js - a minimalistic wrapper for IndexedDB
|
||||
* ===============================================
|
||||
@@ -18716,7 +18716,7 @@ class AutomaticDispose {
|
||||
}
|
||||
|
||||
FreeIframe(Runner) {
|
||||
console.log('FreeIframe', Runner);
|
||||
// console.log('FreeIframe', Runner);
|
||||
const self = this;
|
||||
const runnerID = self.ADisSettings.runner.indexOf(Runner)
|
||||
const runnerIframe = self.ADisSettings.runner_iframes[runnerID];
|
||||
@@ -19088,7 +19088,7 @@ class AutomaticDispose {
|
||||
setTimeout(function () {
|
||||
var $div = $("#mission-form > div:nth-child(7) > a");
|
||||
var isShow = $div.is(':hidden');
|
||||
console.log($div, isShow);
|
||||
//console.log($div, isShow);
|
||||
if ($div.length && isShow) {
|
||||
var observer = new MutationObserver(function (mutations) {
|
||||
mutations.forEach(function (mutation) {
|
||||
|
||||
@@ -1056,7 +1056,7 @@ class AutomaticDispose {
|
||||
}
|
||||
|
||||
FreeIframe(Runner) {
|
||||
console.log('FreeIframe', Runner);
|
||||
// console.log('FreeIframe', Runner);
|
||||
const self = this;
|
||||
const runnerID = self.ADisSettings.runner.indexOf(Runner)
|
||||
const runnerIframe = self.ADisSettings.runner_iframes[runnerID];
|
||||
@@ -1428,7 +1428,7 @@ class AutomaticDispose {
|
||||
setTimeout(function () {
|
||||
var $div = $("#mission-form > div:nth-child(7) > a");
|
||||
var isShow = $div.is(':hidden');
|
||||
console.log($div, isShow);
|
||||
//console.log($div, isShow);
|
||||
if ($div.length && isShow) {
|
||||
var observer = new MutationObserver(function (mutations) {
|
||||
mutations.forEach(function (mutation) {
|
||||
|
||||
Reference in New Issue
Block a user