We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cd974a commit 5a76bbdCopy full SHA for 5a76bbd
html/ProxyChoose.html
@@ -6,20 +6,12 @@ <h2>JavaScript Randomizer For a Variable</h2>
6
7
8
<script>
9
-const lineReader = require('line-reader');
10
const rndInt = Math.floor(Math.random() * 4) + 1
11
if (rndInt == 1) text = 1;
12
if (rndInt == 2) text = 2;
13
if (rndInt == 3) text = 3;
14
if (rndInt == 4) text = 4;
15
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
-}
23
</script>
24
</body>
25
</html>
0 commit comments