交流評論、關注點贊

  • 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 責任編輯:藍柱