I'm looking for a way to prevent my AJAX calls from being logged in Firebug's Console tab, similar to how Twitter does it. When using Twitter search, you'll see a live update feed showing "5 tweets since you searched." Twitter sends periodic AJAX calls for these live updates, but they do not show up in Firebug's console tab - you can only see them if you switch to the Net tab. Can anyone explain how Twitter achieves this? In my web application, all AJAX calls are getting logged in Firebug's console.
EDIT: Here is the URL that gets fired: .
You can paste the link in your browser to see the response.