etcet / HNES

Hacker News Extension Suite
Other
248 stars 71 forks source link

Missing vote/comment counts? #123

Closed diego898 closed 8 years ago

diego898 commented 8 years ago

Some strange behavior just started?

screen shot 2016-08-13 at 3 25 18 pm
bsloane1650 commented 8 years ago

I believe this is due to HN changing the space character to a non breaking space (charCode 160)

I have submitted a pull request to fix this issue.

https://github.com/etcet/HNES/pull/124

bsloane1650 commented 8 years ago

@masongup improved my fix. Use https://github.com/etcet/HNES/pull/126 instead.

etcet commented 8 years ago

Fixed in #126