This repository has been archived by the owner on Aug 19, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
/
index.html
197 lines (184 loc) · 5.29 KB
/
index.html
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
<!DOCTYPE html>
<html>
<head>
</head>
<body></body>
</html>
<html>
<head>
<style>
* {
font-family: "Roboto", sans-serif;
color: white
}
#password {
width: 200px;
height: 30px;
background: #FEFAC0;
border: 1px solid grey;
border-radius: 2px;
cursor: pointer;
padding: 10px;
}
a {
font-family: "Roboto", sans-serif;
font-size: 20px;
color: white;
}
a:hover {
box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.5);
font-family: "Roboto", sans-serif;
text-shadow: 0 2px 2px rgba(0, 0, 0, 1);
transition: 0.1s;
font-size: 25px;
}
</style>
<link rel="stylesheet" href="./particles.css" />
</head>
<body>
<div class="page-bg"></div>
<div class="animation-wrapper">
<div class="particle particle-1"></div>
<div class="particle particle-2"></div>
<div class="particle particle-3"></div>
<div class="particle particle-4"></div>
</div>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="./style.css" />
<link rel="stylesheet" href="./textbox.css">
<link
href="https://cdn.discordapp.com/attachments/768513769437397013/783012256970440704/unknown.png"
rel="shortcut icon"
type="image/png"
/>
<meta charset="utf-8" />
<meta name="generator" />
<meta http-equiv="CACHE-CONTROL" content="NO-CACHE" />
<link
href="https://cdn.discordapp.com/emojis/769818132185088001.png"
rel="shortcut icon"
type="image/png"
/>
<link
href="/assets/asarifavicon.png"
rel="shortcut icon"
type="image/png"
/>
<meta name="theme-color" content="#00ff00" />
<meta name="description" content="Link Bypasser" />
<meta property="og:title" content="Link Bypasser" />
<meta property="og:url" content="https://linkvertisefucker.tk/" />
<meta
property="og:image"
content="https://cdn.discordapp.com/emojis/756101618495127603.gif?v=1"
/>
<meta
property="og:description"
content="An advanced ad bypasser that bypasses linkvertise, sub2unlock, adfly and gestyy"
/>
<meta charset="utf-8" />
<meta http-equiv="EXPIRES" content="Mon, 22 Jul 2002 11:12:01 GMT" />
<meta
name="google-site-verification"
content="xIjCem1d69d_UpulSKwkbX1vdQhx0xYqandj44W5H5M"
/>
<link
rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css"
/>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap"
rel="stylesheet"
/>
<style>
input,
button {
font-size: 30px;
}
.html {
font-family: "Roboto", sans-serif;
}
.container {
font-family: "Roboto", sans-serif;
left: 0;
margin-top: -100px;
position: absolute;
text-align: center;
top: 50%;
width: 100%;
}
div.fixed {
position: fixed;
bottom: 0;
right: 0;
width: 200px;
}
</style>
<title>linkvertise fucker</title>
</head>
<body>
<center>
<div class="container">
<h1>devilAPI's linkvertise fucker</h1>
<h3>Powered by Link-Bypasser</h3>
<h4>
Bypasses Linkvertise, Sub2Unlock, Gestyy and Adfly
</h4>
<br />
<h5>
</h5>
<input type="text" placeholder="Enter URL" id="url" />  
<a href="#0" id="button" class="bttn-dark">Continue</a>
<h1 id="h"></h1>
<a href="#" id="ad"></a>
</div>
<div class="fixed">
<h3>
<a href="https://linkunshortner.tk/api.html">API</a>
<br /><br />
<a href="https://pastebin.com/6xvdRgJ3"
>Custom Bypass for Universal Bypass</a
>
<br />
<br />
</h3>
</div>
</center>
<script>
function start() {
document.getElementById("h").innerHTML = "Bypassing :)...";
document.getElementById("ad").href = "#";
document.getElementById("ad").innerHTML = "";
url = document.getElementById("url").value;
bypass(url);
}
function bypass(url) {
var api = "https://linkunshortner.herokuapp.com/api?url=";
fetch(api + url).then(r =>
r.json().then(json => {
if (json.success) {
document.getElementById("h").innerHTML =
"Bypassed " + json.type + "!";
document.getElementById("ad").href = json.bypassedlink;
document.getElementById("ad").innerHTML = json.bypassedlink;
} else {
document.getElementById("h").innerHTML = "Error";
document.getElementById("ad").href = "#";
document.getElementById("ad").innerHTML = json.errormsg;
}
})
);
}
</script>
<script>
document.getElementById("button").addEventListener("click", start);
</script>
</body>
</html>