Confirm All Friend Requests on Facebook At Once
1.You have to Enable Pasting
allow pasing
2. Past This
for( i = 1;i<document.getElementsByName(“actions[accept]”).length;i++){document.getElementsByName(“actions[accept]”)[i].click();}void(0);
3.Past This code
var confirmBtns = document.getElementsByTagName(‘button’);
for(var i=0; i< confirmBtns.length;i++){
if(confirmBtns[i].innerHTML == “Confirm”){
confirmBtns[i].click();
}
}
What is the Boilerplate Code?
Migrating to AndroidX: The time is right (Android Dev Summit ’19)
why I am not doing a job?
People thinking: I am not going to be comfortable with the job environment.
My thinking: I don’t find any visionary yeat so I can inspire and do what I do best.