You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
console.log('First account link not found. This might be due to changes in the page structure or the account list not being fully loaded.');
28
+
console.log(
29
+
'First account link not found. Ensure the page contains a <li> element with a child <div> having role="link". This might be due to changes in the page structure or the account list not being fully loaded.',
30
+
);
29
31
}
30
32
}else{
31
-
console.log('First account not found on the page. Waiting for the element to load dynamically...');
33
+
console.log('First account not found on the page. Waiting for the element to load dynamically via MutationObserver...');
32
34
}
33
35
};
34
36
35
37
// Set up a MutationObserver to wait for dynamic content
0 commit comments