TabAttack icon indicating copy to clipboard operation
TabAttack copied to clipboard

Advanced Tab management

Results 15 TabAttack issues
Sort by recently updated
recently updated
newest added

Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...

dependencies

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Bumps [marked](https://github.com/markedjs/marked) from 1.2.3 to 4.0.10. Release notes Sourced from marked's releases. v4.0.10 4.0.10 (2022-01-13) Bug Fixes security: fix redos vulnerabilities (8f80657) v4.0.9 4.0.9 (2022-01-06) Bug Fixes retain line breaks...

dependencies

I use [TabAttack](https://github.com/JannesMeyer/TabAttack) with a dark theme- [Oceanic](https://chrome.google.com/webstore/detail/oceanic/gbbacdmgjdfajabgglpjifcedoajdimg), and the tool bar icon is hardly visible on the dark background. screen: ![TabAttack 1 6 - 2020-09-24 - 004](https://user-images.githubusercontent.com/9025757/94152148-ec7ce380-fe83-11ea-8764-82b5e4fe99fc.png) So I...

That way a user can open only desired links in the browser, particularly when working with a long TabAttack .md link list ![screen shot 2015-06-04 at 3 01 24 pm](https://cloud.githubusercontent.com/assets/7597143/7992086/b393fb9c-0aca-11e5-9faf-262967a8fef3.png)

Should the "Close all tabs" button also close pinned tabs that weren't imported into TabAttack? ![image](https://cloud.githubusercontent.com/assets/7597143/7756669/da696abe-ffca-11e4-98a4-ba72e5a26729.png)

Much like the way you would do to manage cookie and site data exceptions. [Manage exceptions](https://support.google.com/chrome/answer/3123708?p=settings_manage_exceptions&rd=1) [Match patterns](https://developer.chrome.com/extensions/match_patterns)

I'm not sure but maybe some strategy using `localstorage` could help. You should be able to persist the content inside each TabAttack environment `onload` and `onchange` so it's possible to...