-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathredirect.html
More file actions
33 lines (32 loc) · 1.1 KB
/
redirect.html
File metadata and controls
33 lines (32 loc) · 1.1 KB
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
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-W1NGRPL0M5"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-W1NGRPL0M5');
</script>
<script>
// window.stop();
const urlParams = new URLSearchParams(window.location.search);
for (const [key, value] of urlParams.entries()) {
urlParams.set(key.toLowerCase(), value);
}
if (urlParams.get('target')) {
const target = urlParams.get('target');
if (urlParams.get('type')) {
const type = urlParams.get('type');
if (type == 'cj') {
window.location.href = "https://www.dpbolvw.net/click-8743465-12695057?url=" + target;
} else if (type == 'raklego') {
window.location.href = "https://click.linksynergy.com/deeplink?id=KO18Gur/F54&mid=13923&murl=" + target;
} else if (type == 'rakgamestop') {
window.location.href = "https://click.linksynergy.com/deeplink?id=KO18Gur/F54&mid=24348&murl=" + target;
}
}
}
</script>
</head>
<body>
</body>