SoundCloud - Follow thousands of peoples in a row - Awesome

Hi all, here is another fine script to make your account more popular.
One method to get new listeners and followers is to follow other peoples and groups. In my other tutorial is the simple solution to add your tracks to tons of groups in a row.
In this solution i give you the ability to follow thousands of people with ONE tiny row of code.
Just as you know you only a need browser that supports development with javascript.
- For Firefox 6+ users you need to enter only SHIFT + F4
- For Chrome Users just hit CTRL + SHIFT + J
- And all Safari Users hit CTRL + ALT + I
- IE 9+ (also 8+ may work) press F12 and go to "Console" tab
$('a.follow').trigger('click');After you executed this code you may need to wait some time, in my case the browser pops up a script excecution error. Ignore or click "don't stop the script" if you want continue execution of the script. This happens cause the javascript needs some time and the browser means the script hangs up - but we want to run it while it is not finished to make sure that i follow all peoples.
TIP: To stop following in the same way as follow you just need to replace the "a.follow" with "a.following" on a site where that peoples listed you not want follow anymore.




