交流评论、关注点赞

  • Facebook Icon脸书专页
  • telegram Icon翻墙交流电报群
  • telegram Icon电报频道
  • RSS订阅禁闻RSS/FEED订阅

怎样批量删除你关注的所有推特账户

2018年11月07日 19:06 PDF版 分享转发

Step 1.

In  Chrome, go to https://twitter.com/following

Step 2.

For PC hit Ctrl + Shift + J 
For Mac hit Cmd + Opt + J

Ad:美好不容错过,和家人朋友一起享受愉快时光,现在就订票

Step 3.

Paste this code into the chrome console, hit enter, and wait for it to finish:

setInterval(
function() {
t = $( '.Grid .Grid--withGutter' ).find( '.following .user-actions-follow-button' ); // get unfollow buttons
for ( i = 0; true; i++ ) { // count removed
if ( i >= t.length ) { // if removed all currently available
window.scrollTo( 0, $( document ).height() ); // scroll to bottom of page - loads more
return
}
$( t[i] ).trigger( 'click' ).remove(); // click 'unfollow' and remove button from dom
}
}, 2000
)

来源连接

喜欢、支持,请转发分享↓Follow Us 责任编辑:蓝柱