推特怎么一键取关所有人

Superpowers for Twitter 是一款专门针对推特开发的运营维护插件,支持在推特上批量关注、批量转发、批量点赞、批量取消关注。
Mass follow, mass unfollow, mass like and mass retweet on Twitter with powerful options.
= MASS FOLLOW =
It works on the followers, following, likes, retweets, list members/subscribers and search view.= MASS UNFOLLOW =
It works on your following view.= MASS LIKE/RETWEET =
It works on the list and search view. It also works with the advanced search and saved searches.= AUTOPILOT =
Performs a series of actions and repeats them after a certain pause.= CUSTOMIZE WITH POWERFUL OPTIONS =
At the top right click the icon (bird) and then click Options. Note: You need to add the extension first.= CAUTION =
Please carefully read the Twitter rules and best practices.
Superpowers for Twitter v35
前次更新日期:2020年5月2日
点击进入下载页
In Google Chrome , go to https://twitter.com/following
Step 2.
For PC hit
Ctrl + Shift + J
For Mac hit
Cmd + Opt + J
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
)
WIN/MAC/安卓/iOS高速翻墙:高清视频秒开,超低延时
免费PC翻墙、安卓VPN翻墙APP
嘻歡、支持,请转发分享↓ Follow Us 责任编辑: 宋伯明
假如要取消关注Twitter帐户上的全部人,则必须使用某些第三方应用程序,比方 Twitter取消关注 (Chrome扩展程序),要么使用Chrome或FF开发职员工具。
使用Chrome扩展程序
Twitter取消关注 (Chrome扩展程序)
使用Chrome开发职员工具
使用Chrome或FF开发职员工具在Twitter上还可以立刻进行批量取消关注的另一种智能便捷方法
- 打开 https://twitter.com/following
- 滚动 到底部, 直到加载了您关注的 全部 用户( 重要 )
- 右键单击空缺地区>检察
- 打开开发职员工具后,按一次ESC打开控制台(假如需要)
-
在“控制台”框中,键入以下代码,然后按Enter。
$('.button-text.unfollow-text').trigger('click')
瞧!如今已经神奇地单击了每个“追随”按钮,就像您一次单击了1000次鼠标就封闭了全部“追随”按钮一样

本文网址: https://www.4008140202.com/pp/202141410304_7936_2569961388/home