Js code page distal Pa

Red box front-end code is: the content output script

The front-end code can be converted to the red zone Grilled java code to another site front-end code

After the conversion into java code, enter the following code in the console, you can click Enter to print out the current page js

 

1 for(var i=0,l=document.scripts.length;i<l;i++){
2     if(!!document.scripts[i].innerHTML)console.log(i,document.scripts[i].innerHTML);
3 }
View Code

 

Guess you like

Origin www.cnblogs.com/woshishanshan/p/10937628.html
PA