Niklas Gollenstede

Results 80 comments of Niklas Gollenstede

> "Reading manifest: Error processing background.persistent: [...]" That has nothing to do with this. As the warning said, it's not supported in Firefox anyway. I changed it. > This is...

The next beta is available, it: * add an option to display the `unloadOtherTabs` option in the context menu * fixes tab unloading while tab tracking is disabled See: https://github.com/NiklasGollenstede/unload-tabs/releases/

> I tested it and it seems that your fix for "prevent loading unloaded tabs" it's not working properly. Even if I disable it the behavior remains active. It will...

> Firefox default behavior is to focus the tab to the right of the current active closed tab Not quite. If the closing tab has a `owner`, then that is...

Just FYI: I released the WebExt version on AMO: https://addons.mozilla.org/firefox/addon/unload-tabs/

> Are there plans to implement unloading tabs that are not used after an amount of time specified by the user Not really. Auto-discarding of tabs is one of the...

I'll think about this, but it will most likely not be implemented soon.

Hi pioor! It looks like that API might be quite a bit of work (probably mostly for you) to support longer term, but it should make implementing the requested feature...

I now tried something along the lines of this: ```js (await TST.methods.setExtraContents({ place: 'tabbar-bottom', contents: ` `, /* windowId: TODO, */ })); ``` It would embed the search bar in...

In it's current state, this actually does pretty much exactly the same as my slightly earlier pull request #567. The only difference is that `--accept-snap` uses a single RegEx as...