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
{{ message }}
This repository was archived by the owner on Dec 27, 2023. It is now read-only.
Currently manifest.json doesn't specify a run_at property for privly.js, which means it will run at document_idle.
In poor network conditions, for example, while loading a script blocks(defers) the document_end and document_idle, privly.js injection will not be executed at the moment while the content has already been shown.
Currently
manifest.jsondoesn't specify arun_atproperty forprivly.js, which means it will run atdocument_idle.In poor network conditions, for example, while loading a script blocks(defers) the
document_endanddocument_idle,privly.jsinjection will not be executed at the moment while the content has already been shown.https://www.dropbox.com/s/cv5if1v2pnujch3/privly_2.mp4?dl=0
Change
run_attodocument_startmay prevent this issue.