Skip to content
This repository has been archived by the owner on Mar 17, 2024. It is now read-only.

Tabs limited to 99 per device? #62

Open
gingerbeardman opened this issue Oct 7, 2020 · 5 comments
Open

Tabs limited to 99 per device? #62

gingerbeardman opened this issue Oct 7, 2020 · 5 comments

Comments

@gingerbeardman
Copy link

gingerbeardman commented Oct 7, 2020

I have hundreds (290 right now) of tabs on my iPhone that I'd really like to cleanup with the help of CloudyTabs.

However, it only shows the first/oldest 99?

  • macOS:CloudTabs
    Screen shot 2020-10-07 at 10 16 20
  • iOS/iPhone: Safari
    IMG_E5A9E055F4FF-1
@Natalie-321
Copy link

I second this. I have over 300 tabs open on my iPhone. There is currently a bug in iOS and MacOS preventing iCloud tab syncing from working properly , so having CloudyTabs as an option to clean up my tabs would be awesome. Thanks!

@peterkos
Copy link

As a workaround, on iOS, you can long-press on the bookmark icon, and it'll prompt you to save all tabs to a bookmark:

@peterkos
Copy link

It looks like the ~/Library/Safari/CloudTabs.db SQLite database that this repo reads from only stores 99 items in it at a time...
Which is strange because Safari lists more than 99 in its cloud tabs view.
Maybe the CloudTabs.db is cached/paginated on Apple's end due to some technical limitation?

Either way, doesn't seem possible to read more values if the values simply don't exist in the local store :(

@gingerbeardman
Copy link
Author

I only see the first 99 in my Safari (actually the first 99, which is kind of useless, perhaps because this is a new Mac) so I wonder if you see the most recent 99 and it caches the rest?

@stefan123t
Copy link

stefan123t commented Jan 9, 2022

See the following answer from rfindeis on Apple SE:
Where Safari 15 store tabs opened in groups?

"Regular" tabs (tabs not opened in groups) are stored in ~/Library/Safari/CloudTabs.db but tabs opened in Tab Groups aren't there, so where are they stored?

Safari has another database file in ~/Library/Containers/com.apple.Safari/Data/Library/Safari/SafariTabs.db. It has a table bookmarks which has a row for each tab group entry. There is a parent column which has the id of the tab group itself.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants