On Mon, Dec 7, 2009 at 09:43, Honza (Jan Odvarko) <[email protected]> wrote: > On Dec 5, 3:22 am, bjornnak <[email protected]> wrote: >> So I'm running an auto-refresh function on a page that mostly return 0 >> (shown under Response tab in the Console). I'd like to set it so that >> those returns (zero) are ignored by Firebug so that it's easier for me >> to manage the actual responeses. > If I understand it correctly, you would like to filter out all > requests > with empty response, right? > > There is no such option in Firebug, but I think you could try > and extension for network filtering (if not implemented it could be > nice addition to it). > http://www.malditocrc.com.ar/peregrino/2009/08/first-release-of-advanced-filters/ >
Hi bjornnak & Honza! What you mention here is a planned addition to the extension, although not yet implemented. As it is right now, you can only filter requests applying a regex on it's URL, maybe that's enough for what bjornnak needs? Regarding the extension, I made it part of Mozilla-Hispano Labs (under the name of Filterbug), and gathered some friends to collaborate on it's development. We're starting the planning of it's development and there should be more "official" news in a few weeks ;) Hernán -- You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/firebug?hl=en.
