有時候在手機上累積了很多 chrome的頁面未讀,
怎麼把手機 chrome 的 tabs 都匯出呢?
可以按 ctrl + H chrome://history
選擇 Tabs from other devices
chrome://history/syncedTabs
可以開啟 chrome 開發者工具的 console
var s =''; document.querySelector('#history-app').shadowRoot.querySelector('#main-container').querySelector('#content').querySelector('#synced-devices').__data__.syncedDevices_[0].tabs.forEach(function(e){s+=e.title+" "+e.url+"\n";}); console.log(s);
syncedDevices_[0] 這個 array index 取決於是第幾個裝置。
ref
Export all Chrome tabs on Android · lmmx/devnotes Wiki https://github.com/lmmx/devnotes/wiki/Export-all-Chrome-tabs-on-Android
沒有留言:
張貼留言