Bobby Jack
Bobby Jack
It was 1.3.6 - my report says "e.g." so, sorry, I must have not removed that properly! I'll try with 1.3.7 and update.
Still failing for me in 1.3.7
https://user-images.githubusercontent.com/736352/182022733-454173b4-83e5-4c16-95af-e23a0adf5c08.mov
@aschoenebeck For a very rough approximation, you can break out the console and: `document.body.innerText.length` for characters or: `document.body.innerText.split(" ").length` for words. Lots of edge cases that doesn't handle, but it...
FWIW, I'm using 3.1.0 and I *am* getting the 'source' attribute of a tweet as expected, when using the statuses_userTimeline() method.