This was last updated 3 years ago, does it still work fine? Maybe add a note saying that it works as of 2024? I also see an issue opened a year ago that's unanswered.
TheTwelveYearOld
The issue with bookmarks is that it takes too much navigation to open one and browsers don’t allow to select multiple in a folder to open
The issue with bookmarks is that it takes too much navigation to open one and browsers don't allow to select multiple in a folder to open
Do u have any ideas for things to try on macOS?
This is really useful thanks!
Im on a laptop though, any ideas?
For backing up history files.
Tab Session manage can automatically backup sessions to the backup folder. I mentioned that on r/Firefox and got this response:
Oh, this is interesting. It does a backup-to-disk 30 seconds after startup.
During init() it schedules the backup with
setTimeout(backupSessions, 30000);
This generates a silent download to a predefined folder through the functions in these files:
https://github.com/sienori/Tab-Session-Manager/blob/master/src/background/background.js
https://github.com/sienori/Tab-Session-Manager/blob/master/src/background/backup.js
https://github.com/sienori/Tab-Session-Manager/blob/master/src/background/export.js
I didn't know setTimeout() worked in background scripts. If setInterval() works, too, then this could be done every 15 minutes or whatever interval would be sensible for user styles.
I've received complaints about spamming posts so I added the instance names in the titles. I thought there's no harm in posting crossposting, I know Lemmy is federated but I want to ensure they show up instead of hoping for automatic feed algorithm to show them when it may or may not.
IDK why I so much flak. If any here downvotes my posts or this comment please respond below with your thoughts to help me figure out how to move forward.
I want to export them automatically because I've had Firefox addon data get wiped unexpectedly.
I have UBlock Origin, I assume that one that one is good?