Monday, February 5, 2007

Saving *EVERY* link on reddit

The previous hack allowed you to upvote every link on reddit. This hack can be used to save every/ a number of links in one go.

(Doing this hack requires you to be using Firefox with Firebug installed. You might line reading the previous hack to understand this better)

1. Start the firebug console.
2. Paste this code in the console.
for(i=100; i < 200 ; i++){
id = i;
uh = '[your user hash]';
dir = 1;
new Ajax.Request('/ajax', {parameters: "action=save&id=" + id});
}
3. Click run.
4. Check your profile, to see that the links have got saved.
(Or check my profile saved links And see that about a hundered links were saved that way.)

1 comment:

shabda said...

Read here -> http://reddithacks.blogspot.com/2007/02/upvoting-every-link-on-reddit.html
To know how to get your user hash.