有时候看见网页上的图片很漂亮,一张一张另存为太慢了,今天发现这个方法,测试了一下,哈,爽呆了~~
首先打开有图片的网页,完全打开后,在地址栏输入:
程序代码
javascript:Ai7Mg6P='';for%20(i7M1bQz=0;i7M1bQz
'};if(Ai7Mg6P!=''){document.write(''+Ai7Mg6P+'');void(document.close())}else{alert('No%20images!')}
回车! 呵呵 就可以罗列出页面中的所有图片 :)
另外还有:不显示网页中图片的代码:
程序代码
javascript:for(jK6bvW=0;jK6bvW
网页文字缩小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%')
Stellungnahme:Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn