Mass Friend Suggest (Suggest All Friends in one click)

Mass Friend Suggest (Suggest All Friends in one click)

Firefox
1. Copy all the code and open that account which you want to suggest and go to his timeline and click on friends and you will see a butto named 'Suggest Friends'
2. Now Paste the copied code in the adress bar but remember "javascript:" will vanished you will have to type it manually and then press enter
3. Minimize browser and wait for few Seconds

Google chrome
1. Copy all the 
code and open that account which you want to suggest and go to his timeline and click on friends and you will see a butto named 'Suggest Friends'
2.
Now Paste the copied code in the adress bar but remember "javascript:" will vanished you will have to type it manually and then press enter
3. Minimize browser and wait for few Seconds.





Enjoy :)


CODE


javascript:var%20x=document.getElementsByClassName("uiButtonText");for(var%20i=0;i<x.length;i++)%20{if%20(x[i].innerHTML%20==%20'Suggest%20Friend')%20{x[i].click();}};%20alert('Script%20by%20To%fbeasytricks.com');