使用firefox提取AFH下载地址
此篇仅限于个人记录,如果你连AFH都不知道,请back~
首先,火狐下载扩展Redirector,如下图
重点来了!
1.点击扩展菜单:Edit Redirects,打开编辑页面。
2.点击Create new redirect,在弹出菜单中,添加如下规则:
3.为了更好的偷懒,我把规则导出,可以自行保存为“.json”文件,在页面直接进行Import
{
"createdBy": "Redirector v3.5.3",
"createdAt": "2020-09-06T02:48:32.107Z",
"redirects": [
{
"description": "Example redirect, try going to http://example.com/anywordhere",
"exampleUrl": "http://example.com/some-word-that-matches-wildcard",
"exampleResult": "https://google.com/search?q=some-word-that-matches-wildcard",
"error": null,
"includePattern": "http://example.com/*",
"excludePattern": "",
"patternDesc": "Any word after example.com leads to google search for that word.",
"redirectUrl": "https://google.com/search?q=$1",
"patternType": "W",
"processMatches": "noProcessing",
"disabled": false,
"grouped": false,
"appliesTo": [
"main_frame"
]
},
{
"description": "ajax",
"exampleUrl": "http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js",
"exampleResult": "http://ajax.lug.ustc.edu.cn/ajax/libs/jquery/1.7.1/jquery.min.js",
"error": null,
"includePattern": "*ajax.googleapis.com*",
"excludePattern": "",
"patternDesc": "",
"redirectUrl": "$1ajax.lug.ustc.edu.cn$2",
"patternType": "W",
"processMatches": "noProcessing",
"disabled": false,
"grouped": false,
"appliesTo": [
"script"
]
}
]
}
然后进入AFH下载页,点击click here to start download,稍等片刻,就会出现一个下载地址。然后右键,复制链接地址,使用多线程下载工具进行下载(推荐IDM)。 OK,完事儿!