Re: Suppress _most_ images

2015-12-19 Thread Oliver Boermans
Not sure if Firebug does, but Firefox can filter network requests: https://developer.mozilla.org/en-US/docs/Tools/Network_Monitor#Filtering_by_URL If you are still looking for another approach (involving JavaScript) feel free to ask me off list. Cheers Ollie On 19 December 2015 at 12:19, Lawrenc

Re: Suppress _most_ images

2015-12-18 Thread Lawrence San
You're right -- I was so focused on BBEdit + Firebug that I forgot all about Chrome. Just tried it: Chrome's Network panel filters, and lets me resize the column widths, and has a convenient "Disable cache" checkbox. Much better than Firebug, for this purpose anyway. (I typically ignore Chrome's de

Re: Suppress _most_ images

2015-12-18 Thread Ronald J Kimball
If the problem you're trying to solve is showing only the images you care about in the Net panel, have you tried using Chrome? Its Developer Tools Network panel has a filter feature, unlike Firebug. Ronald -- This is the BBEdit Talk public discussion group. If you have a feature request or wou

Suppress _most_ images

2015-12-18 Thread Lawrence San
I'm working on some JavaScript for a web page that has many, many images in various places on the page. However the JS is only concerned with controlling two of those images, plus the main text column. All the other (irrelevant) images are cluttering up the Firebug Net panel (showing network activi