http://www.youtube.com/user/brainfoolong
http://www.facebook.com/dj.brainnrg.official.page
http://soundcloud.com/dj-brainnrg
http://www.beatport.com/artist/dj-brainnrg/216126
http://itunes.apple.com/de/artist/dj-brainnrg/id283391160

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
So all you need to do is, search users on a site that you currently not follow and where a button "Follow" is per user. I used for example the suggested users in friends search. Next you paste code bellow in your development console and execute it (i use firebug instead of the built-in development consoles).
$('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.