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
I think there's a race condition happening that if the extension loads before the page fully does, the mutation observer can't find the node initially. (It eventually does, so no worries there). But maybe we can have it retry on a timer or do some sort of "on document ready" check... will have to learn how that works in a Chrome extension.
Screenshot from extension manager:
The text was updated successfully, but these errors were encountered:
I think there's a race condition happening that if the extension loads before the page fully does, the mutation observer can't find the node initially. (It eventually does, so no worries there). But maybe we can have it retry on a timer or do some sort of "on document ready" check... will have to learn how that works in a Chrome extension.
Screenshot from extension manager:
The text was updated successfully, but these errors were encountered: