neomanic / save_macos_browser_tabs

Applescripts to save all tab titles and URLs, in a web browser on macOS, to a Markdown text file on the Desktop. *Not* a web extension: good for the privacy conscious.
Other
1 stars 0 forks source link

Save tabs on iPhone/iPad #4

Open neomanic opened 2 years ago

neomanic commented 2 years ago

Also need to declare tab bankruptcy on my phone Safari... so am thinking about the best way to do it.

A quick search suggests the best option, courtesy of @joshdance with this StackExchange answer:

  1. Use the hidden press-and-hold menu on the bookmark icon > Add Bookmarks for 499 Tabs and save to a folder.
  2. Then in Bookmarks view, press-and-hold on the just-saved folder > Copy Contents, then save that text into a note.
  3. Delete the saved bookmarks and close all tabs.

The problem with step 2 is that the links are now in a note and not a file, but worse is that it only saves the URLs and not the titles.

So I propose to replace it with:

Comments or alternative suggestions welcome.

joshdance commented 2 years ago

👍 I support all ways to close tabs. :)