kustodian / extended-statusbar

Firefox addon which adds a statusbar with speed, percentage, time and loaded size (similar to Opera's one)
https://addons.mozilla.org/en-US/firefox/addon/extended-statusbar/
GNU General Public License v3.0
18 stars 6 forks source link

Count image files, not image tags. #7

Closed adoxa closed 10 years ago

adoxa commented 10 years ago

Rather than counting img tags, count the image files (via the src attribute).

sipertruk commented 10 years ago

Great, I had this problem in mind, fix tested ok.

adoxa commented 10 years ago

I was working on per tab settings, too, but you beat me to it. :)

sipertruk commented 10 years ago

I should have mentioned that I was doing it. From now on I will.