時間:2023-05-11 20:12:01 | 來源:網(wǎng)站運營
時間:2023-05-11 20:12:01 來源:網(wǎng)站運營
如何簡單快速的刪除所有微博內容并取消關注?:微博關注的人太多,微博內容太多,想取消、刪除動態(tài)怎么辦?//自動點擊“批量管理”的按鈕$(".opt_bar .btn_link.S_txt1 ").click(); //自動選中當前一頁的所有已關注名單var arrs = $$('div.markup_choose'); for(var i=0;i<arrs.length;i++){arrs[i].click();}//自動按下“批量刪除” 按鈕$(".opt_bar.clearfix.S_bg2 .W_fl a.W_btn_a+a.W_btn_a").click() //自動按下“確認刪除”$(".W_layer_btn.S_bg1 a.W_btn_a.btn_34px").click();;
// ==UserScript==// @name Weibored.js// @namespace https://vito.sdf.org// @version 0.2.0// @description 刪除所有微博// @author Vito Van// @match https://weibo.com/p/*// @grant none// ==/UserScript=='use strict';var s = document.createElement('script');s.setAttribute('src','https://lib.sinaapp.com/js/jquery/2.0.3/jquery-2.0.3.min.js');s.onload = function() {setInterval(function() {if (!$('a[action-type="feed_list_delete"]')) {$('a.next').click();www.x6d.com} else {$('a[action-type="feed_list_delete"]')[0].click();$('a[action-type="ok"]')[0].click();}// scroll bottom let auto load$('html, body').animate({ scrollTop: $(document).height() }, 'slow');}, 800);};document.head.appendChild(s);
關鍵詞:內容,關注,取消,簡單,刪除
微信公眾號
版權所有? 億企邦 1997-2025 保留一切法律許可權利。