-
-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
First, i didn't tested that on anything else then flaticon.
On flaticon you can't download because the user object is null.
That happens because the load event isn't triggered because the manifest says document-idle.
But at that time the load event is done, therefore there is nothing to run.
Switch to document-start and add a mutation observer OR a small timeout for the head append and you're fine.
Metadata
Metadata
Assignees
Labels
No labels