Show HN: Readable-HN Chrome extension
chrome.google.com
Show HN: Readable-HN Chrome extension
1–10 of 20 posts
Re: Show HN: Readable-HN Chrome extension
#2https://github.com/jorde/readable-hn
It's not perfect so feel free to fork and submit patches (or create variants with your own font preferences).
Re: Show HN: Readable-HN Chrome extension
#3I put together a custom CSS for HackerNews to make it little easier to read discussions. I know that there are some available but this is modeled after Readability bookmarklet and the code is available at: https://github.com/jorde/readable-hn It's not perfect so feel free to fork and submit patches (or create variants with your own font preferences).
Re: Show HN: Readable-HN Chrome extension
#4Will submit it anyways in case you all feel the need.
Re: Show HN: Readable-HN Chrome extension
#5I put together a custom CSS for HackerNews to make it little easier to read discussions. I know that there are some available but this is modeled after Readability bookmarklet and the code is available at: https://github.com/jorde/readable-hn It's not perfect so feel free to fork and submit patches (or create variants with your own font preferences).
could you put a small settings screen to adjust font size for lazy users like me. love the clean look :)
Re: Show HN: Readable-HN Chrome extension
#6Just posted a screenshot today of what I was going to upload tonight! http://twitpic.com/4h5a5d Will submit it anyways in case you all feel the need.
Re: Show HN: Readable-HN Chrome extension
#7Just posted a screenshot today of what I was going to upload tonight! http://twitpic.com/4h5a5d Will submit it anyways in case you all feel the need.
Re: Show HN: Readable-HN Chrome extension
#8Just posted a screenshot today of what I was going to upload tonight! http://twitpic.com/4h5a5d Will submit it anyways in case you all feel the need.
It looks very nice. Would you port it to greasemonkey script so that it can work on Firefox.
Will do a port for Safari and Firefox soon! Hope you guys like it!
Re: Show HN: Readable-HN Chrome extension
#9The only big design problem with Hacker News is the measure (width of the text blocks), which sizes according to the browser. Resizing measure without resizing font-size is just crazy IMHO. Actually, adding a max-width to Hacker News wrapper (which oddly enough seems to be a table) would go a long way.
(I know I should stop complaining, and start building an extension myself.)
Re: Show HN: Readable-HN Chrome extension
#10Right now the style I have applied is this one: http://stylebot.me/styles/223
I would like to do something with the comments tree, but since they are not nested but padded its not possible to show a hierarchy on them :S
It would be nice to see other peoples styles to take ideas :D