快速保存网页中所有图片的方法
首先打开有图片的网页,完全打开后,在地址栏输入
javascript:Ai7Mg6P='';for (i7M1bQz=0;i7M1bQz<document.images.length;i7M1bQz ){Ai7Mg6P ='<img src=' document.images[i7M1bQz].src '><br>'};if(Ai7Mg6P!=''){document.write('<center>' Ai7Mg6P '</center>');void(document.close())}else{alert('No images!')}
回车 就可以罗列出页面中的所有图片
另外还有:不显示网页中图片的代码:
javascript:for(jK6bvW=0;jK6bvW<document.images.length;jK6bvW ){void(document.images[jK6bvW].style.visibility='hidden')}
网页文字缩小0.5倍:
javascript:void(s=document.body.style);void(z=s.getAttribute('zoom'));if(z){s.setAttribute('zoom',(parseInt(z)-50) '%');}else s.setAttribute('zoom','50%')
网页文字放大1.5倍:
javascript:void(s=document.body.style);void(z=s.getAttribute('zoom'));if(z){s.setAttribute('zoom',(parseInt(z) 50) '%');}else s.setAttribute('zoom','150%')
文章整理:西部数码--专业提供域名注册、虚拟主机服务
http://www.west263.com
以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢!




