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 has been 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.
I experimented with this a while back and it caused more issues than it solved for me. Can you turn it on for yourself and see if this is still the case? I'll re-evaluate if you continue to support the change after a week.
Currently
manifest.json
doesn't specify arun_at
property forprivly.js
, which means it will run atdocument_idle
.In poor network conditions, for example, while loading a script blocks(defers) the
document_end
anddocument_idle
,privly.js
injection 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_at
todocument_start
may prevent this issue.The text was updated successfully, but these errors were encountered: