debugx
This commit is contained in:
@@ -2480,9 +2480,10 @@
|
||||
var MissionID = document.location.pathname.substr(document.location.pathname.lastIndexOf("/") + 1);
|
||||
console.log('DEBUG::', MissionID, $div, isShow);
|
||||
if ($div.length && isShow) {
|
||||
console.log('DEBUG::', MissionID, 'Start Observer');
|
||||
var observer = new MutationObserver(function (mutations) {
|
||||
mutations.forEach(function (mutation) {
|
||||
//console.log(mutation)
|
||||
console.log('DEBUG::','mutation', mutation)
|
||||
if (mutation.attributeName === "style") {
|
||||
if ($(mutation.target).css('display') == 'none') {
|
||||
if (typeof ppppp != 'undefined') {
|
||||
@@ -2509,7 +2510,7 @@
|
||||
characterDataOldValue: true
|
||||
});
|
||||
})
|
||||
$div.click();
|
||||
$($div[0]).click();
|
||||
} else {
|
||||
window.console.log('DEBUG:::', 'Start AutomaticDispose()')
|
||||
window.AutomaticDisposeCall = new AutomaticDispose();
|
||||
|
||||
Reference in New Issue
Block a user