Firefox Browser Add-ons
  • Extensions
  • Themes
    • for Firefox
    • Dictionaries & Language Packs
    • Other Browser Sites
    • Add-ons for Android
Log in
Add-on icon

Tabhunter version history - 25 versions

Tabhunter by Eric Promislow

Rated 4.1 out of 5
4.1 Stars out of 5
5
17
4
7
3
3
2
2
1
2
Tabhunter version history - 25 versions
  • Be careful with old versions! These versions are displayed for testing and reference purposes.You should always use the latest version of an add-on.

  • Latest version

    Version 3.6.8

    Released Dec 11, 2024 - 97.46 KB
    Works with firefox 58.0 and later
    Now if you copy `URL+Title` the two parts are separated by spaces and a vertical bar (" | ") instead of a spaceless hyphen.

    Source code released under Mozilla Public License 1.1

    You'll need Firefox to use this extension
    Download Firefox and get the extension
    Download file
  • Older versions

    Version 3.6.7

    Released Nov 11, 2024 - 97.46 KB
    Works with firefox 58.0 and later
    You can now put `{!:}` at the start of your pattern to negate it -- hides all tabs that match the pattern.

    Change courtesy of github user dnwe in PR 132!

    Source code released under Mozilla Public License 1.1

    Download file
  • Version 3.6.2

    Released Apr 17, 2024 - 102.73 KB
    Works with firefox 48.0 and later
    Housekeeping change. Should be no noticeable difference since the last version.

    Source code released under Mozilla Public License 1.1

    Download file
  • Version 3.6.0

    Released Mar 15, 2024 - 102.7 KB
    Works with firefox 48.0 and later
    Version 3.6.0 is for people who like to sort tabs by Window + Tab Order:

    The sort option is closer to the top of the prefs screen - no need to scroll to get at it.

    When sorting by Window + Tab order, you see the number of the current window. This small feature makes it easier to cull duplicate tabs with more precision.

    Source code released under Mozilla Public License 1.1

    Download file
  • Version 3.5.2

    Released Mar 18, 2023 - 102.56 KB
    Works with firefox 48.0 and later
    Undoing the change that made the delete key close tabs. It now deletes characters in the pattern field, or in other input text fields, and otherwise does nothing.

    Source code released under Mozilla Public License 1.1

    Download file
  • Version 3.5.1

    Released Mar 16, 2023 - 102.61 KB
    Works with firefox 48.0 and later
    No visible changes from 3.5.0

    Source code released under Mozilla Public License 1.1

    Download file
  • Version 3.5.0

    Released Mar 15, 2023 - 102.63 KB
    Works with firefox 48.0 and later
    You can now press the Delete or Backspace key to close selected tabs.

    Source code released under Mozilla Public License 1.1

    Download file
  • Version 3.3.0

    Released Mar 23, 2021 - 102.6 KB
    Works with firefox 48.0 and later
    Two small fixes:
    1. Check if `this.dontFunc` is set before calling it. This is a post-search function that runs some other code after all the matches have been made, so the error`this.dontFunc is not defined` had no effect.

    2. If the target window isn't minimized, don't change its state. This was causing maximized windows to be restored to "normal" state.

    Source code released under Mozilla Public License 1.1

    Download file
  • Version 3.2.4

    Released Jul 5, 2020 - 101.71 KB
    Works with firefox 48.0 and later
    Finally worked out a good way for handling large numbers of tabs (like 1000+):

    Everything is still synchronous, except after 100 entries have been put in a
    cleared listbox, the remaining ones are added asynchronously. This gives
    priority to modifying the pattern without any sluggishness.

    Source code released under Mozilla Public License 1.1

    Download file
  • Version 3.2.3

    Released Jul 3, 2020 - 101.8 KB
    Works with firefox 48.0 and later
    This version improves the way lists are built asynchronously

    Matching existing tabs and building the list of matches can now be
    interrupted when a new character is entered in the pattern field.
    This should make Tabhunter more responsive for people who typically
    deal with very large numbers of tabs (on the order of 1000 or more).

    People dealing with much smaller numbers might notice a tiny delay,
    around 100 milliseconds, which theoretically is perceived as instantaneous.

    Source code released under Mozilla Public License 1.1

    Download file
  • Version 3.2.2

    Released Jul 2, 2020 - 101.58 KB
    Works with firefox 48.0 and later
    When there are more than 1000 tabs loaded, Tabhunter delays processing the list after each keypress in the Pattern field.

    For the math-inclined, it waits for 100 milleseconds before starting processing when there are 1000 tabs loaded, and that figure increases with the base10 log of the number of loaded tabs.

    Once processing starts, tabhunter won't allow the pattern to be changed until it's finished processing.

    Source code released under Mozilla Public License 1.1

    Download file
  • Version 3.2.0

    Released Jul 2, 2020 - 101.52 KB
    Works with firefox 48.0 and later
    If you're using a dark theme, the tabhunter popup now uses simple dark-mode styles. Most text will be white or light grey, and backgrounds will be black or very dark grey.

    This applies only for themes that affect the color of text objects.

    Source code released under Mozilla Public License 1.1

    Download file
  • Version 3.1.2

    Released Jul 1, 2020 - 98.3 KB
    Works with firefox 48.0 and later
    Change keybinding for "Select All" to shift-ctrl-A to avoid conflicts with select-all-text
    in the pattern field, and show-Addons on macos

    Source code released under Mozilla Public License 1.1

    Download file
  • Version 3.1.1

    Released Jul 1, 2020 - 98.35 KB
    Works with firefox 48.0 and later
    Support for reloading the selected tabs.

    The "Reload" button is in the "More..." panel next to the Activate and Deactivate buttons

    Source code released under Mozilla Public License 1.1

    Download file
  • Version 3.1.0

    Released Jun 30, 2020 - 98.18 KB
    Works with firefox 48.0 and later
    Support for SelectAll -- triggerable with the new "Select All" button or with the Ctrl-A key (also Cmd-A on macos)

    Source code released under Mozilla Public License 1.1

    Download file
  • Version 3.0.5

    Released May 23, 2019 - 98.76 KB
    Works with firefox 48.0 and later
    No changes in the add-on itself, but downloads were broken, most likely because the current version (3.0.4) was signed with an now-expired cert.

    Source code released under Mozilla Public License 1.1

    Download file
  • Version 3.0.4

    Released Sep 7, 2018 - 95.25 KB
    Works with firefox 48.0 and later, android 48.0 to 68.*
    When using up- or down-arrow to move through the list, tabhunter ensures the current line is scrolled into view.

    Source code released under Mozilla Public License 1.1

    Download file
  • Version 3.0.3

    Released Jun 16, 2018 - 95.14 KB
    Works with firefox 48.0 and later, android 48.0 to 68.*
    Add a green fade to matches when searching text inside tabs

    Source code released under Mozilla Public License 1.1

    Download file
  • Version 3.0.1

    Released Jun 13, 2018 - 94.65 KB
    Works with firefox 48.0 and later, android 48.0 to 68.*
    Improvements in searching text:
    * Update the list of matched tabs as we go
    * Support a 'regex:' and 'xpath:' prefx on the text patterns because there are too many false positives with regexes for intended xpath expressions.

    Source code released under Mozilla Public License 1.1

    Download file
  • Version 3.0.0

    Released Jun 12, 2018 - 94.48 KB
    Works with firefox 48.0 and later, android 48.0 to 68.*
    Reinstate searching text in tabs, but now only loaded, non-about: tabs are supported.

    Press the "Search text in tabs" button to get to the secondary pattern.

    Source code released under Mozilla Public License 1.1

    Download file
  • Version 2.2.7

    Released Jun 6, 2018 - 90.8 KB
    Works with firefox 48.0 and later, android 48.0 to 68.*
    Reinstate add-on page prefs

    Source code released under Mozilla Public License 1.1

    Download file
  • Version 2.2.6

    Released Jun 4, 2018 - 90.56 KB
    Works with firefox 48.0 and later, android 48.0 to 68.*
    Animate closing tabs

    Source code released under Mozilla Public License 1.1

    Download file
  • Version 2.2.5

    Released Jun 2, 2018 - 90.27 KB
    Works with firefox 48.0 and later, android 48.0 to 68.*
    Disable drag/drop in reverse mode. Also make dragging tabs forward more resilient.

    Source code released under Mozilla Public License 1.1

    Download file
  • Version 2.2.4

    Released Jun 1, 2018 - 89.42 KB
    Works with firefox 48.0 and later, android 48.0 to 68.*
    Default startup keys are now:
    Shift-Ctrl-T on Macos
    Ctrl-5 on Linux
    Shift-Ctrl-S on Windows

    None of these are guaranteed to work, depending on how the browser's current configuration. But you can change them in the prefs section.

    Source code released under Mozilla Public License 1.1

    Download file
  • Version 2.2.3

    Released May 27, 2018 - 90.06 KB
    Works with firefox 48.0 and later, android 48.0 to 68.*
    Fixes:
    * Hide the sort-by-neglect radio button from Chrome
    * Fix the readable form of the timespan a tab has been neglected

    Source code released under Mozilla Public License 1.1

    Download file
Go to Mozilla's homepage

Add-ons

  • About
  • Firefox Add-ons Blog
  • Extension Workshop
  • Developer Hub
  • Developer Policies
  • Community Blog
  • Forum
  • Report a bug
  • Review Guide

Browsers

  • Desktop
  • Mobile
  • Enterprise

Products

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Twitter (@firefox)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • Privacy
  • Cookies
  • Legal

Except where otherwise noted, content on this site is licensed under the Creative Commons Attribution Share-Alike License v3.0 or any later version.