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
When visiting a twitter profile, it is not indexed.
The assumption is that in content.js there is no callback that waits for the page to be parsed completely via document.body.innerText and the page gets saved before that.
Why this assumption?
When doing document.body.innerText manually, then it takes about 5-8 seconds until a result is given
When visiting a twitter profile, it is not indexed.
The assumption is that in
content.js
there is no callback that waits for the page to be parsed completely viadocument.body.innerText
and the page gets saved before that.Why this assumption?
When doing
document.body.innerText
manually, then it takes about 5-8 seconds until a result is givenWeirdly it only happens with this profile: https://twitter.com/Protohedgehog
Not with others.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: