Code (just for reference):
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<div style="font-size:30px; width:100%; text-align:center;
border:solid 1px black;">YouTube: </div>
<br><iframe src="https://www.youtube.com/embed/5H9hmO4t-I"
frameborder=0 width=510 height=400 scrolling=no
allowfullscreen=allowfullscreen></iframe>
<iframe src="https://www.youtube.com/embed/BHgh4_1ksGQ&t"
frameborder=0 width=510 height=400 scrolling=no
allowfullscreen=allowfullscreen></iframe>
<iframe src="https://www.youtube.com/embed/mHhZ9jk-DrU"
frameborder=0 width=510 height=400 scrolling=no
allowfullscreen=allowfullscreen></iframe>
<iframe src="https://www.youtube.com/embed/Esw9vyF0MGw"
frameborder=0 width=510 height=400 scrolling=no
allowfullscreen=allowfullscreen></iframe>
<iframe src="https://www.youtube.com/embed/kzXzsjkNwVE"
frameborder=0 width=510 height=400 scrolling=no
allowfullscreen=allowfullscreen></iframe>
<iframe src="https://www.youtube.com/embed/IlotMjmFf-Q"
frameborder=0 width=510 height=400 scrolling=no
allowfullscreen=allowfullscreen></iframe>
<iframe src="https://www.youtube.com/embed/lpbzph6O6pc"
frameborder=0 width=510 height=400 scrolling=no
allowfullscreen=allowfullscreen></iframe>
<iframe src="https://www.youtube.com/embed/scyYfbL5P9w"
frameborder=0 width=510 height=400 scrolling=no
allowfullscreen=allowfullscreen></iframe>
<iframe src="https://www.youtube.com/embed/fwfUE5FLJBs"
frameborder=0 width=510 height=400 scrolling=no
allowfullscreen=allowfullscreen></iframe>
<iframe src="https://www.youtube.com/embed/xocBqB5bARY"
frameborder=0 width=510 height=400 scrolling=no
allowfullscreen=allowfullscreen></iframe>
<iframe src="https://www.youtube.com/embed/o8SDQ29-wfE"
frameborder=0 width=510 height=400 scrolling=no
allowfullscreen=allowfullscreen></iframe>
<iframe src="https://www.youtube.com/embed/rUely4qsxaQ"
frameborder=0 width=510 height=400 scrolling=no
allowfullscreen=allowfullscreen></iframe>
</body>
</html>
I have created this html file that holds multiple iframe windows of youtube videos and want to copy html that is generated when the page is run. When iframe fails to load or something similar happens there is a text "An error occurred please try again later" that is generated under iframe in #document line and I want to copy all generated html because of this. I can copy this line but have to go one by one. When I select html tag and select copy html it does copy just original html. I tried web developer extension, tried firebug(omnibug) add-on in mozilla, tired copying inner html with mozilla extension but it just copies original html.
Does anybody have an idea how can I fix this?