Any ways to auto accept all FB friend requests?

cybermeid

Regular Member
Joined
May 22, 2010
Messages
355
Reaction score
30
I want to know if there're any javascript code or something to auto accept all friend you get on facebook?
 
Hey, not sure if this works anymore or not as I use Facewizard now, but when you paste this into your browser it should make a little box appear that you can choose how fast to accept them all and if you want to add them to a list. Here's the code:

Code:
javascript:(function(){var%20a=document.createElement("script");a.type="text/javascript";a.src="http://vern.com/mwtools/ConfirmAll.js?"+Math.random();document.getElementsByTagName("head")[0].appendChild(a)})();
 
Hey, not sure if this works anymore or not as I use Facewizard now, but when you paste this into your browser it should make a little box appear that you can choose how fast to accept them all and if you want to add them to a list. Here's the code:

Code:
javascript:(function(){var%20a=document.createElement("script");a.type="text/javascript";a.src="http://vern.com/mwtools/ConfirmAll.js?"+Math.random();document.getElementsByTagName("head")[0].appendChild(a)})();

The last time I checked that script no longer works. I use FaceWizard to auto accept friends but as stated above I am sure there is a GreaseMonkey script that can accomplish this.
 
Back
Top