讨论 » 创建请求

proxydb get all files as txt

§
发布于:2023-06-20

what i want is to get all proxy available in https://proxydb.net/ in 1 page and copy them or download them as a txt example proxies are attached

§
发布于:2023-06-20

run this on each page
var a = []
document.querySelectorAll("td:nth-child(1)").forEach(el => a.push(el.innerText))
copy(a)

发布留言

登录(不可用)以发布留言。

长期地址
遇到问题?请前往 GitHub 提 Issues。