Sometimes see the picture on the Web page is very beautiful, a piece of save for too slow, today found this method, tested a bit, ha, cool stay ~ ~
First open the page with the picture, completely open, enter in the Address bar:
Program code
Javascript:ai7mg6p= '; for%20 (i7m1bqz=0;i7m1bqz<document.images.length;i7m1bqz++) {Ai7Mg6P+= ' <br> '};if (ai7mg6p!= ') {document.write (' <center> ' +ai7mg6p+ ' </') Center> '); void (Document.close ())}else{alert (' no%20images! ')}
Enter! Hehe can list all the pictures on the page:
There are also: code that does not display pictures in the Web page:
Program code
Javascript:for (jk6bvw=0;jk6bvw<document.images.length;jk6bvw++) {void (DOCUMENT.IMAGES[JK6BVW]. style.visibility= ' hidden ')}
Web page text shrinks 0.5 times times:
Program code
Javascript:void (S=document.body.style); void (Z=s.getattribute (' Zoom ')); if (z) {s.setattribute (' Zoom ') (parseint (z) -50) + '% '); else S.setattribute (' Zoom ', ' 50% ')
Magnified 1.5 times times:
program code /div>
Javascript:void (s=document.body.style); void (Z=s.getattribute (' Zoom ')); if (z) { S.setattribute (' Zoom ', (parseint (z) +50) + '% ');} else S.setattribute (' Zoom ', ' 150% ')