TabFS icon indicating copy to clipboard operation
TabFS copied to clipboard

Handling hidden tabs

Open jtagcat opened this issue 3 years ago • 3 comments

Append a dot..? Though there is room for error for tabs names beginning with a dot (append a _ for those? do some '` escaping..?)

jtagcat avatar Jan 09 '21 11:01 jtagcat

(what's an example of a hidden tab?)

osnr avatar Jan 10 '21 09:01 osnr

    let tabs = await browser.tabs.query({
        currentWindow: true,
        hidden: false,
    });

Take STG for a ride yourself. Make 2 groups. The tabs not in the current group are hidden. (Besides STG, my lifeblood for the past year, there are other extensions as well, mainly for background processes (click extension, it moves tab to background, and closes it after it's done, a minute later etc)).

jtagcat avatar Jan 10 '21 12:01 jtagcat

https://github.com/drive4ik/simple-tab-groups

jtagcat avatar Jan 10 '21 12:01 jtagcat