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)

उत्तर पोस्ट करा

उत्तर पोस्ट करण्यासाठी साइन इन करा.