Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/buzzardgta/close_tabs_by_title
Firefox web extension that closes tabs whose titles match a specific regular expression.
https://github.com/buzzardgta/close_tabs_by_title
close expression expressions extension firefox regex regular regular-expression regular-expressions tabs title
Last synced: 25 days ago
JSON representation
Firefox web extension that closes tabs whose titles match a specific regular expression.
- Host: GitHub
- URL: https://github.com/buzzardgta/close_tabs_by_title
- Owner: BUZZARDGTA
- Created: 2023-08-19T23:14:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-11T15:28:26.000Z (about 1 year ago)
- Last Synced: 2024-10-22T11:32:51.393Z (3 months ago)
- Topics: close, expression, expressions, extension, firefox, regex, regular, regular-expression, regular-expressions, tabs, title
- Language: JavaScript
- Homepage: https://addons.mozilla.org/firefox/addon/close-tabs-by-title/
- Size: 87.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Close Tabs by Title
## Description
Close tabs with a specific title using regular expressions.
## Requirements
* [Mozilla Firefox](https://www.mozilla.org/en-US/firefox/) (v112.0)
## Credits
* [ChatGPT](https://openai.com/chatgpt) - The core source code structure was provided to me by ChatGPT.
* [@Grub4K](https://github.com/Grub4K) - General help during the source code development: [`ebabfb1`](https://github.com/Illegal-Services/Close_Tabs_by_Title/commit/ebabfb1126e32f31d29d4ee92e317e742b79af65#diff-2ce48ac6dbf8501b60a7bbeb4c05cbd8b5eead20f4566669b124ade52182387bR28) and [`92b2ed9`](https://github.com/Illegal-Services/Close_Tabs_by_Title/commit/92b2ed90eb29826b5a28e7874b6323e2da3ac720#diff-2ce48ac6dbf8501b60a7bbeb4c05cbd8b5eead20f4566669b124ade52182387bR85-R88)