Hướng dẫn Invite toàn bộ friend like fan page

Invite toàn bộ Friend like Fan Page 

1. Vào fanpage của bạn

2. Click invite your friend ở phần bên trái

1
3. Scroll xuống cuối list friend để load toàn bộ list
4. Nhập đầy đủ cái này vào address bar của trình duyệt, nếu bạn paste xong bị thiếu javascript: (đối với chrome) thì gõ thêm nó vào đầu nhé.

2
Code
javascript:var innocom = document.getElementsByClassName('uiButton _1sm');
for(var nghoanghiep =0; nghoanghiep <innocom.length; nghoanghiep ++) {
innocom[nghoanghiep].click();
}

Invite toàn bộ list friend vào Event

Tương tự như phần trên, nhưng dùng code dưới đây

javascript:var innocom = document.getElementsByClassName('_1pt_ _1pu0');
for(var nghoanghiep=0; nghoanghiep<innocom.length;nghoanghiep++) {
innocom[nghoanghiep].click();
}

Suggest Friend cho 1 tài khoản 

Tương tự như phần trên, nhưng dùng code dưới đây

javascript:var innocom = document.getElementsByClassName('_42ft _4jy0 _1sm _4jy3 _517h');
for(var nghoanghiep=0; nghoanghiep<innocom.length;nghoanghiep++) {
innocom[nghoanghiep].click();
}

Leave a Reply

You must be logged in to post a comment.