mirror of
https://github.com/letian1650/N3RD.git
synced 2025-02-02 09:14:49 +08:00
Add files via upload
This commit is contained in:
parent
6661e3fd8d
commit
c8d7347aac
@ -1,4 +1,4 @@
|
||||
const MOBILE_UA = 'Mozilla/5.0 (Linux; Android 11; M2007J3SC Build/RKQ1.200826.002; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/77.0.3865.120 MQQBrowser/6.2 TBS/045714 Mobile Safari/537.36';
|
||||
const MOBILE_UA = 'Mozilla/5.0 (Linux; Android 11; Pixel 5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.91 Mobile Safari/537.36';
|
||||
const PC_UA = 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36';
|
||||
const UA = 'Mozilla/5.0';
|
||||
const UC_UA = 'Mozilla/5.0 (Linux; U; Android 9; zh-CN; MI 9 Build/PKQ1.181121.001) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.5.5.1035 Mobile Safari/537.36';
|
||||
@ -7,8 +7,14 @@ const VIVO_UA = 'Mozilla/5.0 (Linux; Android 11; V1824A; wv) AppleWebKit/537.36
|
||||
const True = true;
|
||||
const False = false;
|
||||
const None = null;
|
||||
Array.prototype.add = Array.prototype.push;
|
||||
Array.prototype.append = Array.prototype.push;
|
||||
Object.defineProperty(Array.prototype, 'add', {
|
||||
value: Array.prototype.push,
|
||||
enumerable: false
|
||||
});
|
||||
Object.defineProperty(Array.prototype, 'append', {
|
||||
value: Array.prototype.push,
|
||||
enumerable: false
|
||||
});
|
||||
let _t1 = new Date().getTime()
|
||||
eval(getCryptoJS());
|
||||
let _t2 = new Date().getTime()
|
||||
|
Loading…
x
Reference in New Issue
Block a user