nemsis
Junior Member
- Sep 27, 2009
- 197
- 294
Hi,
I made this little piece of code 2 days ago and it's working pretty well to get free twiends.com seeds quickly. I decided to share it.
Step 1 : Pick one url:
Step 2 : Go there and paste this javascript code in your browser's location bar:
I hope this will be useful for some of you.
Step 3 : Enjoy and press the thanks button
I made this little piece of code 2 days ago and it's working pretty well to get free twiends.com seeds quickly. I decided to share it.
Step 1 : Pick one url:
Code:
http://twiends.com/twitter/all
http://twiends.com/twitter/country
Step 2 : Go there and paste this javascript code in your browser's location bar:
Code:
javascript: /* nemsis 4 bhw */ function tr_f() { var followlinks = []; for (var i=0; i < document.links.length; i++) {if (document.links[i].getAttribute("class")=="follow"){followlinks[followlinks.length] = document.links[i];}} /* nemsis 4 bhw */ for (var i=0; i<followlinks.length; i++) {var rrr=followlinks[i].onclick();} } tr_f();
Step 3 : Enjoy and press the thanks button
Last edited: