mirror of
https://github.com/KOP-XIAO/QuantumultX.git
synced 2026-01-25 13:05:10 +00:00
Update IPCheck.js
This commit is contained in:
@@ -1,9 +1,7 @@
|
|||||||
|
|
||||||
if ($response.statusCode != 200) {
|
if ($response.statusCode != 200) {
|
||||||
$done(Null);
|
$done(Null);
|
||||||
}
|
}
|
||||||
// var body = $response.body;
|
|
||||||
// var obj = JSON.parse(body);
|
|
||||||
|
|
||||||
const emojis= ['🆘','🈲','⚠️','🔞','📵','🚦','🏖','🖥','📺','🐧','🐬','🦉','🍄','⛳️','🚴','🤑','👽','🤖','🎃', '👺', '👁', '🐶', '🐼','🐌', '👥']
|
const emojis= ['🆘','🈲','⚠️','🔞','📵','🚦','🏖','🖥','📺','🐧','🐬','🦉','🍄','⛳️','🚴','🤑','👽','🤖','🎃', '👺', '👁', '🐶', '🐼','🐌', '👥']
|
||||||
|
|
||||||
function getRandomInt(max) {
|
function getRandomInt(max) {
|
||||||
|
|||||||
Reference in New Issue
Block a user