This commit is contained in:
March 7th
2022-05-13 18:17:22 +07:00
parent 2b2c6e184c
commit 9c8d53076c
3 changed files with 6 additions and 3 deletions

View File

@@ -80,9 +80,9 @@ exports.localeObject = {
'zh-TW': 'TAIWAN_CHINESE',
ko: 'KOREAN',
};
// No used
exports.UserAgent = listUserAgent[Math.floor(Math.random() * listUserAgent.length)];
// Useful
exports.randomUA = () => listUserAgent[Math.floor(Math.random() * listUserAgent.length)];
exports.WSCodes = {