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
)
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
)
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.