-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathads.html
33 lines (33 loc) · 1.61 KB
/
ads.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
</html>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4165556588654806"
crossorigin="anonymous"></script>
<head>
<h1>AdBlock tester, if you see ads you dont have adblock. (THIS PAGE ISNT WORKING YET, IT NEEDS TO BE APPROVED FOR ADS)</h1>
<h2> If you dont see ads you have adblock.</h2>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4165556588654806"
crossorigin="anonymous"></script>
</head>
<body>
<p>There is a ad under this text</p>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4165556588654806"
crossorigin="anonymous"></script>
<!-- adunittest -->
<ins class="adsbygoogle"
style="display:inline-block;width:728px;height:90px"
data-ad-client="ca-pub-4165556588654806"
data-ad-slot="6720844767"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({})
</script>
<p>there is a list of ads under this text</p>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4165556588654806"
crossorigin="anonymous"></script>
<ins class="adsbygoogle"
style="display:inline-block;width:360px;height:800px"
data-ad-client="ca-pub-4165556588654806"
data-ad-slot="6377778574"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</body>
</html>