bishopmatthew / HackerNews

An open source Hacker News client for Android.
230 stars 61 forks source link

Fix div to span change in HN's HTML for comments #95

Closed Everlag closed 8 years ago

Everlag commented 8 years ago

I don't have an android environment, could someone test this for me?

I reproduced the issue using js, here's the gist. This spooky selector here didn't work in browser. I changed 'span.comment' to 'div.comment' and went from an empty selection to a single div. If there are further html changes down the line, I didn't get there.

bishopmatthew commented 8 years ago

Thanks! I'm trying to test it now. Great fun trying to build Android code that hasn't been touched in ages...