-
Notifications
You must be signed in to change notification settings - Fork 0
/
adblocker.html
35 lines (35 loc) · 1.81 KB
/
adblocker.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
<html>
<head>
</head>
<body>
<p>Please see <a href="https://andreicioara.com/use-adblocking-in-your-dev-environment-48db500d9b86"></a> for more details.</p>
<p>View this page without an adblocker and then with an adblocker.</p>
<br>
<pre><div id="ad_div"> You won't see this with an active adblocker</div></pre>
<div id="ad_div"> You won't see this with an active adblocker</div>
<br>
<br>
<pre><button id="adv_top"> You won't see this with an active adblocker</button></pre>
<button id="adv_top"> You won't see this with an active adblocker</button>
<br>
<br>
<pre><div class="banner_slot"> You won't see this with an active adblocker</div></pre>
<div class="banner_slot"> You won't see this with an active adblocker</div>
<br>
<br>
<pre><div id="content_mpu"> You won't see this with an active adblocker</div></pre>
<div id="content_mpu"> You won't see this with an active adblocker</div>
<br>
<br>
<pre><div class="ddb"> You won't see this </div></pre>
<pre><div class="rec_title_footer"> You won't see this </div></pre>
<pre><img src="criteo.png" alt="You won't even see this"></pre>
<div class="ddb"> You won't see this </div>
<div class="rec_title_footer"> You won't see this </div>
<img src="criteo.png" alt="You won't even see this">
<br>
<br>
<pre><div class="brave-overlay"> Don't be brave or you won't see this </div></pre>
<div class="brave-overlay"> Don't be brave or you won't see this </div>
</body>
</html>