Twitter profile is not indexed
Opened this issue · 2 comments
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
Weirdly 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.
@oliversauter Did you check others Twitter profile?
Let's assign this issue a "Testing" label and put it under "Web Interface" milestone.
It worked with others, and somehow after reloading also with this one :/
Let's assign this issue a "Testing" label and put it under "Web Interface" milestone.
Good idea, we could put a label "needs reproduction", so that people can check if it is working on their computers?