Skip to content

Instantly share code, notes, and snippets.

function FindProxyForURL(url, host)
{
proxies = [
["127.0.0.1:9050",
"nyaa.si",
"kemono.su",
],
];
for (var x = 0; x < proxies.length; x++)