How to view source when view-source is disabled on a web page?

Just copy and paste the below lines in to address bar of the encrypted website now you can view the javascript generated original HTML source

javascript:var sorc=document.documentElement.outerHTML;document.open(“text/plain”);document.write(sorc);


QR Code
QR Code tech:others:viewsource_disabled (generated for current page)