Greasy Fork is available in English.

Dyskusje » Propozycje stworzenia skryptu/stylu

proxydb get all files as txt

§
Napisano: 20-06-2023

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

§
Napisano: 20-06-2023

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

Odpowiedz

Zaloguj się, by odpowiedzieć.