I'm looking for browser extension that can quickly copy page source code to clipboard. (For example, just click button and all copied).

link|improve this question
feedback

migrated from stackoverflow.com Mar 5 '11 at 5:17

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

2 Answers

Is next combination is not quick? (considering you are in FF)

Ctrl +U open source code pop-up

Ctrl + A select all

Ctrl + C copy to clipboard

Ctrl + W close source code pop-up

UPDATE

Also look at this plugin

link|improve this answer
When you need copy from hundreds of pages it is not quick. – Tuco Mar 4 '11 at 23:05
@Tuco quick google point me to the plugin that i added to my answer – igor milla Mar 5 '11 at 0:53
feedback

This extension doesn't copy the real source code but it download the page in a single file with the source code modified a little bit (hehe)...

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.