mirror of
https://github.com/KOP-XIAO/QuantumultX.git
synced 2026-01-25 17:15:09 +00:00
Update IPCustom.js
This commit is contained in:
@@ -18,8 +18,8 @@ const emojis= ['🆘','🈲','⚠️','🔞','📵','🚦','🏖','🖥','📺',
|
||||
|
||||
var body = $response.body;
|
||||
var obj = JSON.parse(body);
|
||||
var title = emojis[getRandomInt(emojis.length)] +obj['country'] +obj['city']+' '+ foods[getRandomInt(foods.length)];
|
||||
var subtitle =obj['isp']+ '('+obj['ipType']+')';
|
||||
var title = emojis[getRandomInt(emojis.length)] +obj['country']+ '-' +obj['city']+ foods[getRandomInt(foods.length)];
|
||||
var subtitle =''+ obj['isp']+ '('+obj['ipType']+')';
|
||||
var ip = obj['query'];
|
||||
var description = obj['country'] + '-' + obj['city'] + '\n' + obj['isp'] + '\n' + obj['ipType']+ '\n' + ip;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user