從IE裏用FlashGet下載全部圖片

複製以下script,建立一個新html文件,例如名叫 jc_all_images.htm, 並把它放到Flashget安裝文件夾下
<script language="VBScript">
'Great thanks to Vladimir Romanov(Author of ReGet Pro), Modify by irtpop

On Error Resume Next
set JetCarCatch=CreateObject("JetCar.Netscape")
if err<>0 then
MsgBox("FlashGet not properly installed!"+ vbCrLf+"Please Install FlashGet again")
else
set images = external.menuArguments.document.images
ReDim params(images.length*2)
params(0)=external.menuArguments.document.Url
for i = 0 to images.length-1
params(i*2+1)=images(i).src
params(i*2+2)=images(i).alt
next
JetCarCatch.AddUrlList params
end if
</script>

2.
打開 regedit, 到

HKEY_CURRENT_USER/Software/Microsoft/Internet Explorer/MenuExt

你應該可以看到以下的key
Download All by FlashGet
Download using FlashGet

創建一個新key -
Download All Images by FlashGet

Default = 剛建立的html文件路徑
創建一個新DWORD
contexts = f3

或參看Download All by FlashGet

3.
打開IE,右鍵->Download All Images by FlashGet
一個新的窗口打開了,接着的你應該知道怎樣做了...


轉自TLF,看到不錯所以貼上來讓大家GX一下。

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章