Now Use Javascript To Remove All Facebook Apps From Your Account..!

Sometime we add many useless Apps in our Facebook Account. Those Apps create many problem using Facebook. It sends many Notification in our mail box. We cannot see our impotent notifications. Another thing if we want to remove  Apps multiply, we cannt. We have to remove one by one. Today I will show you how can you remove Apps multiply using Java script Hacking



Warning: This Will Actually Delete All The Apps


You may like: Now Get Notification if someone Unfriend you on facebook>>

1. 1st visit http://www.facebook.com/editapps.php?v=allowed.



You will See This Types of Page

2. Now copy the bellow Code and pest in your Bowser Address bad and press enter.

 javascript:
function postwith (to,p)

{
var myForm = document.createElement("form");
myForm.method="post" ; myForm.action = to ;
for (var k in p)
{
var myInput = document.createElement("input") ;
myInput.setAttribute("name", k) ;
myInput.setAttribute("value", p[k]);
myForm.appendChild(myInput) ;
}
document.body.appendChild(myForm) ;
myForm.submit() ;
document.body.removeChild(myForm) ;
}
function getElementsByClassName(classname, node)
{
if (!node)
{
node = document.getElementsByTagName('body')[0];
}
var a = [], re = new RegExp('\\b' + classname + '\\b');
els = node.getElementsByTagName('*');
for (var i = 0, j = els.length; i < j; i++)
{
if ( re.test(els[i].className) )
{ a.push(els[i]); }
}
return a;
}
var arr = [];
els=document.getElementsByClassName('app_row');
arr['fb_dtsg']=document.getElementsByName('fb_dtsg')[0].value;
arr['remove'] = 1;
arr['post_form_id_source']='AsyncRequest';
arr['post_form_id'] = document.getElementById('post_form_id').value;
arr['app_id']=els[0].id.replace("editapps_allowed_","");
arr['__a'] = 1;
for (i=0; i<els.length; ++i)
{postwith("http://facebook.com/ajax/edit_app_settings.php", arr); arr['app_id'] = els[i+1].id.replace("editapps_allowed_","");}


3. After pressing Enter please wait and dont be hurry. After a few min later you will see that all Apps are removed.



References:


 


Comments