How can I search for text in all tabs in Firefox?

15

9

I have a number of opened tabs and I want to search for a word in all of them (just as you would do in any decent editor on you desktop).

I found an extension Find In Tabs, but its outdated and doesn't work for recent versions..

Thanks

merv

Posted 2010-06-13T02:49:46.497

Reputation: 400

Answers

5

if you don't find an alternative to this extension, you may still be able to use it in your version of firefox by bumping the max version. it's something I do quite a lot as I use the latest nightly builds from the trunk (3.7*) and branch (3.6.6) If an extension is relatively recent it should work in the 3.6* builds. Here's how:

  1. Open the 'find in tabs.xpi' file with a zip like utility, I use 7zip but winzip/peazip/winrar etc will work.

  2. Open the 'install.rdf' file in the archive with a text editor and find the line

3.5.*

  1. Replace the value of 3.5.* with the version of firefox you are using; This can be found if you open the help menu and click the about link.

  2. Save the file back into the xpi archive and close the archive.

This should now allow the extension to work in firefox.

There are other ways of doing this, for example the extension MR Tech Toolkit has an option for overriding compatibility checking. it can also be disabled in about:config Extensions . checkCompatibility - MozillaZine Knowledge Base

Pulse

Posted 2010-06-13T02:49:46.497

Reputation: 4 389

That worked, thanks for the tip. I'm just wondering why one would choose to restrict the max version compatible if there was no breaking changes.. – merv – 2010-06-14T16:31:43.717

Unfortunately, not all extensions can have their max version changed without breaking or loosing some functionality. To some extent it depends how the extension has been coded. Usually, if an extension works with, say 3.6.3, and you have updated to 3.6.4, there's a pretty good chance everything will work as expected. – Pulse – 2010-06-14T23:53:45.187

11

Just put a % yoursearchtext in the adress bar of firefox. For example: % firefox You will get a dropdown box with all results.

Karel

Posted 2010-06-13T02:49:46.497

Reputation: 123

You made my day! This feature is awesome! – Juan Calero – 2017-03-15T15:16:32.977

1Thanks, I also was not aware of this! However, it is slightly limited in that it only looks in titles... – Job – 2018-01-10T11:21:44.903

3

The Fastest Search addon allows you to do simple text (whole-word supported) or regular expression search in all tabs or only the selected/filtered tabs. It has many other useful features as well that'll save a lot of time for everyday browsing/searching.

addon_dev

Posted 2010-06-13T02:49:46.497

Reputation: 31

3How about a disclosure that it's your product? – dnbrv – 2012-03-16T03:25:43.473

2

There is new addons for that:

  • Hugo

    Search all loaded tabs- similar to Find in Tabs, etc. except has much more functionality. This is a comprehensive tool designed for doing research. Please see screen shots and description.

  • FindBar Tweak

    Anything between simple tweaks such as placing the findbar in the top corner, to the powerful "Find in All Tabs" tool, FindBar Tweak will make your find toolbar "just right"!

Édouard Lopez

Posted 2010-06-13T02:49:46.497

Reputation: 220

0

FindBar Tweak addon with last update (1.1b2 - beta now) included Find In Tabs code. (Apart this feature this can also show markers in scrollbar like Chrome and move findbar)

Greck

Posted 2010-06-13T02:49:46.497

Reputation: 241