Skip to content

Commit 5a76bbd

Browse files
Update ProxyChoose.html
1 parent 9cd974a commit 5a76bbd

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

html/ProxyChoose.html

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,12 @@ <h2>JavaScript Randomizer For a Variable</h2>
66

77

88
<script>
9-
const lineReader = require('line-reader');
109
const rndInt = Math.floor(Math.random() * 4) + 1
1110
if (rndInt == 1) text = 1;
1211
if (rndInt == 2) text = 2;
1312
if (rndInt == 3) text = 3;
1413
if (rndInt == 4) text = 4;
1514
alert(text);
16-
lineReader.eachLine('https://altify-chs.netlify.app/html/socks4.txt',(line,last)=>{
17-
alert(line);
18-
})
19-
}
20-
};
21-
reader.readAsText(file);
22-
}
2315
</script>
2416
</body>
2517
</html>

0 commit comments

Comments
 (0)