批量刪除博客園文章

1.打開檢查
2.console
3.輸入web

$('tr').each(function(){
        if($(this).attr('id')!=null){
            var s = $(this).attr('id').slice(9);
            console.info("正在刪除:"+s);
            deletePost(s);
        }
    });
    window.location.reload();

4.按住回車別鬆開svg

如上:重複一次刪除一頁this

相關文章
相關標籤/搜索