[Facebook] Auto confirm friend request
Ngày 6 tháng 1 năm 2015
- Press Ctrl+Shift+J
- Paste below code and press enter:
for (i=0;i<document.getElementsByName("actions[accept]").length;i++) {document.getElementsByName("actions[accept]")[i].click();}On Throne Rush, this solution to auto click confirm to send the mana:
setInterval(function(){for (i=0;i<document.getElementsByName("__CONFIRM__").length;i++) {document.getElementsByName("__CONFIRM__")[i].click();}}, 1000)
Đang tải dữ liệu...