Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MutationObserver error on load #13

Open
arcataroger opened this issue Sep 28, 2023 · 1 comment
Open

MutationObserver error on load #13

arcataroger opened this issue Sep 28, 2023 · 1 comment

Comments

@arcataroger
Copy link
Contributor

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:

image

@mefaba
Copy link
Owner

mefaba commented Sep 28, 2023

On document ready, on load was tricky to work with as far as I remember but, but lets investigate together.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants