您可以通过免费订阅获取本站最新博文,推荐使用的阅读器:Google ReaderZhuaXia

引用 | 我来说两句

快速保存网页中所有图片的方法
首先打开有图片的网页,完全打开后,在地址栏输入:

javascript:Ai7Mg6P=’地址’;for%20(i7M1bQz=0;i7M1bQz<document.images.length;i7M1bQz++){Ai7Mg6P+=

‘<img%20src=’+document.images[i7M1bQz].src+’><br>’};if(Ai7Mg6P!=”)

{document.write(’<center>’+Ai7Mg6P+’</center>’);void(document.close())}

else{alert(’No%20images!’)}

敲回车,就可以罗列出页面中的所有图片
另外还有:不显示网页中图片的代码:

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%’)

你可以将这些代码存入收藏夹,这样操作起来就更方便了
Buy and Sell text links

随机日志

1 Comment

  1. 别用鼠标点我 2008-07-30, 15:08[回复]

    用迅雷的下载全部连接 配合 过滤功能~~轻松搞定哈~

Add a Comment