您現在的位置是:首頁 >動態 > 2023-08-20 16:03:17 來源:
opera下載鏈接(opera 迅雷)
大家好,我是小華,我來為大家解答以上問題。opera下載鏈接,opera 迅雷很多人還不知道,現在讓我們一起來看看吧!
1、opera里用迅雷關聯最完美的辦法只有用腳本了。
2、 將以下內容存為“byThunder.vbs” Sub AddLink(Url,Info,Location,strCID) if Url <> "" then if Info = "" then Info = "unknown" end if if Len(Info) > 1000 then Info = Left(Info, 1000) end if set ThunderAgent = CreateObject("ThunderAgent.Agent.1") if strCID <> "" then call ThunderAgent.AddTask3(Url, "", "", Info, Location, -1, 0, -1, "", strCID) else call ThunderAgent.AddTask(Url, "", "", Info, Location) end if call ThunderAgent.CommitTasks2(1) set ThunderAgent = nothing end if end sub url = Wscript.Arguments.Item(0) addlink url,"Info","Location","strCID" 2、打開Opera的standard_menu.ini文件(在opera安裝目錄下的“defaults”文件夾里),在[Link Popup Menu]和[Image Link Popup Menu]中添加 Item, "用迅雷下載" = Execute program, "C:yThunder.vbs","%l" (其中C:yThunder.vbs表示byThunder.vbs保存在C盤根目錄,需根據實際情況修改) 我就是用的這種辦法,是可以用的。
3、 不過我很少用迅雷,太耗電腦了,多“迷你快車”,關聯起來簡單的多。
本文到此講解完畢了,希望對大家有幫助。