devdinc
devdinc
Disabling `browser.sessionstore.restore_tabs_lazily` will solve the problem, `browser.sessionstore.restore_pinned_tabs_on_demand` actually makes it so you need to click on the tab to load the tab, if it is set to false it will...
> [@devdinc](https://github.com/devdinc) Lazy loading means loading in a more gradual way, 1 by 1 or a few at a time, instead of loading all at once. If you set on...
I made a better version of the script, since unload uses bfcache, one issue, back and forward uses the same thing, I don't see a workaround for now. `event.persisted` is...