no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


tech:others:viewsource_disabled [2014/11/15 15:13] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +====== 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)