-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
25 lines (19 loc) · 831 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Released under the MIT License.
You can find a link to the actual bookmarklet
here: http://defcraft.blogspot.com/2009/09/hacker-news-bookmarklet.html
NOTE: There are some bugs with rendering but
it should work unless the underlying HTML changes.
This Javascript bookmarklet works when you are
reading user comments for a thread. It adds 3
"buttons" on the lower right corner of the
window: reload, byParent and byReply.
"reload" reloads the page and shows you
the new comments (marked by a blue line
on top of the comment).
byParent & byReply sorts the comments newest
to oldest. byParent sorts by the replies to
the article. byReply sorts by replies to
other comments. (Its a little confusing --
I know!)
You can find a link to the actual bookmarklet
here: http://defcraft.blogspot.com/2009/09/hacker-news-bookmarklet.html