This could revolutionize social news sites. Imagine if the average reddit/digg/slashdot user were to actually read the article he was commenting on first.
OnePage: An Easier Way to Browse Hacker News
11–20 of 37 posts
Re: OnePage: An Easier Way to Browse Hacker News
#12I like it, I'm definitely going to use this. The comments button at the top didn't seem to work on every page. But works good none the less.
Yeah, I noticed that after click on the "More" link and browsing the second page of articles, that I ran into some problems with the comments bar. Sometimes it takes clicking on the comments link for the article. I will look into fixing this.
Re: OnePage: An Easier Way to Browse Hacker News
#13Re: OnePage: An Easier Way to Browse Hacker News
#14Help! I installed it, even restarted ff3, and it displays when i right click on the monkey, but i don't see a change... i'm on 1024x748 if that makes a difference.
Did you edit the screen size preference in the code? Maybe an extra character got tacked in there or forgotten.
HN community, any ideas?
Re: OnePage: An Easier Way to Browse Hacker News
#15Help! I installed it, even restarted ff3, and it displays when i right click on the monkey, but i don't see a change... i'm on 1024x748 if that makes a difference.
hu, I'm not really sure why it wouldn't work. As far as external resources, it pulls jQuery off of the Google AJAX Library CDN. Maybe something is blocking it from getting the jQuery script? Did you edit the screen size preference in the code? Maybe an extra character got tacked in there or forgotten. HN community, any ideas?
Re: OnePage: An Easier Way to Browse Hacker News
#16Re: OnePage: An Easier Way to Browse Hacker News
#17It's too bad this doesn't work in Safari with GreaseKit plugin.
Re: OnePage: An Easier Way to Browse Hacker News
#18This could revolutionize social news sites. Imagine if the average reddit/digg/slashdot user were to actually read the article he was commenting on first.
Re: OnePage: An Easier Way to Browse Hacker News
#19One big issue (may have been tarkin2's problem), but an easy one to fix, is that news.ycombinator.org also points to hacker news, but your script is only active on .com!
Another thing: is there any way you could set the height of the open comments/article frame to the height of the browser viewport (minus 25px for the header)? this gets rid of the annoying problem of scrolling all the way to the bottom of an article (or comments), and then having to switch focus to the main frame just to scroll to see the bottom of the internal frame.
Thanks for the helpful script!
Re: OnePage: An Easier Way to Browse Hacker News
#20This could revolutionize social news sites. Imagine if the average reddit/digg/slashdot user were to actually read the article he was commenting on first.
I'm thinking you could only allow someone to comment or vote after they've viewed the page by doing the :visited css trick
Otherwise, I think that's a pretty clever idea.