-->

How to mass delete ALL twitter users you are following via Google Chrome

How to mass delete ALL twitter users you are following via Google Chrome

Step 1. In Google Chrome, go to https://twitter.com/following(link is external) Step 2. For PC hit Ctrl + Shift + J For Mac hit Cmd + Opt + ...
Comment December 15, 2015
Step 1.
In Google Chrome, go to https://twitter.com/following(link is external)
Step 2.
For PC hit Ctrl + Shift + J
For Mac hit Cmd + Opt + J
Step 3.
Paste this code into the chrome console, hit enter, and wait for it to finish:
setInterval(
function()
{
 t=$(".Grid .Grid--withGutter").find(".user-actions-follow-button");
 for(i=0;true;i++)
 {
  if(i>=t.length)
      {
   window.scrollTo(0,$(document).height());
   return
   }
   $(t[i]).trigger("click").remove()
 }
}
,2000
)
How to mass delete ALL twitter users you are following via Google ChromeVN AGENDA8.8stars based on9reviewsStep 1. In Google Chrome, go to https://twitter.com/following(link is external) Step 2. For PC hit Ctrl + Shift + J For Mac hit Cmd + Opt + ...

Nhận Xét

No comments:

Post a Comment

Gửi đánh giá và bình luận của bạn về vấn đề được đề cập trong bài viết vào khung dưới. Bạn chưa có tài khoản các mạng được liệt kê ở "Comment as:" hãy chọn hồ sơ: "Anonymous" để gửi nhận xét.