讨论 » 创建请求
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
run this on each pagevar a = []document.querySelectorAll("td:nth-child(1)").forEach(el => a.push(el.innerText))copy(a)
登录(不可用)以发布留言。
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