up vote 0 down vote favorite
share [g+] share [fb]

As we know, we can get the source code of a web page with Firefox. I'd want to get the pictures in the page via the source code. Is there a way for it? Or any addons of Firefox to achieve it? Thanks a lot.

link|improve this question
feedback

migrated from stackoverflow.com Sep 9 '09 at 8:40

This question came from our site for professional and enthusiast programmers.

5 Answers

There is a good add-on for Firefox named DownThemAll! that allows to download any media on a page by filtering with a regular expression. Apart from that, this question is not programming-related.

link|improve this answer
feedback

Alertnatively, you could just press Ctrl-U and have a look at the source...

link|improve this answer
i have solved the problem by getting the pictures from the Temp Folder .thanks for all your attention. – hws Sep 9 '09 at 8:27
feedback

(at least if you're on a mac), drag and drop them onto your desktop (or anywhere else).

link|improve this answer
i have solved this problem by getting the pictures from the Temp Folder.thanks for all you attention. – hws Sep 9 '09 at 8:33
feedback

Use Firebug. User documentation with videos/screencasts here.

link|improve this answer
feedback

In Firefox, without any add-ons: menu Tools » Page Info (Command-I on a Mac), tabsheet Media. This also gives you a Save As button for media that cannot be right-clicked on the site itself.

Firefox Page Info

link|improve this answer
feedback

Your Answer

 
or
required, but never shown