How to change default settings? #962
blacksilvergeek
started this conversation in
General
Replies: 2 comments
-
You have to run this code in the background script: const tabsData = (await browser.storage.local.get()).tabsData;
tabsData.autoSaveAll = true
await browser.storage.local.set({ tabsData }); |
Beta Was this translation helpful? Give feedback.
0 replies
This comment was marked as off-topic.
This comment was marked as off-topic.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Well, I want to change the default setting to auto save all tabs. It there anything I can do with the code?
Beta Was this translation helpful? Give feedback.
All reactions