Add view source website
-
A Former User last edited by
hello Opera Team, I want you to add a function to view the source of the website, please Thank you
-
A Former User last edited by
@trunghieuvntn if you look into bookmarklets there is one to 'view source'...
javascript:window.open('').document.write('<html><head><title>page source</title></head><body><pre style="border:1px solid #099;width:80%;white-space:pre-wrap;word-wrap:break-word">'+unescape(document.documentElement.innerHTML).replace(/</g,'<').replace(/>/g,'>')+'</pre></body></html>')
make a new bookmark, paste it into address, call it 'view' or whatever, goto site you want to see page of, then clik this bookmark while there.