var
aa = document.documentElement.outerHTML.match(/(url\(|src=|href=)[\
"\']*([^\"\'\(\)\<\>\[\] ]+)[\"\'\)]*|(http:\/\/[\w\-\.]+[^\"\'\(\)\<\>\[\] ]+)/ig).join("
\r\n
").replace(/^(src=|href=|url\()[\"\']*|[\"\'\>\) ]*$/igm,"
");
alert(aa);