-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathindex.html
71 lines (65 loc) · 2.78 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="description"
content="This linkvertise bypasser is an easy to use tool for bypassing linkvertise ad-links" />
<title>Linkvertise Bypasser</title>
<meta name="google-site-verification" content="Rwcj2iy55rHn9_bXzlhWOrFPuc81-Bi_ztA_gYGjUlE" />
<meta http-equiv="CACHE-CONTROL" content="NO-CACHE" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<style>
@import url("https://fonts.googleapis.com/css2?family=Raleway&display=swap");
</style>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.6.0/css/bootstrap.min.css" />
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/pace/1.2.4/themes/black/pace-theme-flash.min.css" />
<link rel="stylesheet" href="./assets/css/style.css" />
<meta name="keywords"
content="linkvertise bypasser, linkvertise bypass, universal bypass, linkvertise hack, linkvertise, link vertise, bypasser, bypass linkvertise, how to bypass linkvertise, how to skip linkvertise, linkvertise skipper, skip linkvertise, skip linkvertise ads, linkvertise ads bypass, linkvertise ads bypasser" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="./assets/img/favicon.png" />
<link rel="stylesheet" href="./index.css" </head>
<body>
<div class="container">
<div class="jumbotron text-center">
<h2 class="display-4">Ad-Link Bypasser</h2>
<p class="display-5">
<b><code>Works best on Google Chrome</code></b>
</p>
<p class="display-5">
<b><code>Make sure your Ad Blockers are turned off</code></b>
</p>
<br />
<p class="lead">Official Status: <code>Working</code></p>
<h3 id="count"></h3>
<h3 id="count"></h3>
<p class="lead">
Put the ad-link that you want bypassed inside the textbox. Then press
the Bypass Ad-Link button.
</p>
<p class="lead">
<div id="logic">
<input type="text" id="input_link" placeholder="https://linkvertise.com/168033/gfyrn573gd634hd87w?o=sharing"
class="input_box" />
<br />
<div class="buttons">
<button id="submit_btn" class="button" onclick="start()">
Bypass
</button>
</div>
<br />
<center>
<h3>Output Link:</h3>
</center>
<a href="#" id="results"></a>
</div>
</div>
</div>
<script data-cfasync="false" type="text/javascript" src="banners.js"></script>
<script src="bypass.js">
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/pace/1.2.4/pace.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
</body>
</html>