-
Notifications
You must be signed in to change notification settings - Fork 2
/
adcheck.html
27 lines (27 loc) · 1.24 KB
/
adcheck.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
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<script src="https://npmcdn.com/tether@1.2.4/dist/js/tether.min.js"></script>
<link rel="stylesheet" href="/css/stylesheet.css">
<title>Let's See How High This Can Get.</title>
</head>
<body>
<div class="page">
<div class="wrapper main">
<h2><a href="https://www.reddit.com/u/rentamob">Thanks to rentamob!</a></h2>
<h3>Number of requests to ad servers made: <span id="counter"></span></h3>
<script src="js/HttpQueue.js"></script>
<script src="js/prereq.js"></script>
</div>
</div>
<div class="footer">
<a href="https://github.com/licensedprism1/driveyouradblockcounterup">Check out the Github</a>
<a href="contributors.html">Check out our contributors</a>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.2/js/bootstrap.min.js" integrity="sha384-vZ2WRJMwsjRMW/8U7i6PWi6AlO1L79snBrmgiDpgIWJ82z8eA5lenwvxbMV1PAh7" crossorigin="anonymous"></script>
</body>
</html>