Open jfarcher opened 9 years ago
I have the same question!
I know it's not quite what your after, but my fork (https://github.com/philt2001/save-my-browser-tabs) has the option to save as HTML, making it easier to open selected tabs, but it is still not easy to open all of them.
@philt2001 great, thanks! Could you make a release, with an actual .xpi ?
If you follow the link, there is an .xpi in the repo. The master branch has all of the new features.
@philt2001 wow, sorry… :-/
what I do, on linux, is:
for url in $(cat opentabs--date.txt | awk '{ print $4 }'); do
xdg-open $url;
done
(excuse my UUOC)
philt2001 - your version does not work for me. It saves nothing... reverted to Dimitri's.
@yereverluvinunclebert Sorry to hear that, it used to work for me. However, the new Firefox (since about 60 or so) doesn't want me to install the plugin.
Instead I have been using Tab Session Manager: https://addons.mozilla.org/en-US/firefox/addon/tab-session-manager/
Is there a quick way to restore the contents of the file as open tabs?