-
Notifications
You must be signed in to change notification settings - Fork 0
/
ads-yllix.html
44 lines (44 loc) · 1.28 KB
/
ads-yllix.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
<!--
This page displays ads in Mr Noplay, an desktop app.
We display ads only when user is overtiming.
For information of the app, go to https://mrnoplay.scris.top/
-->
<div class="ads">
<script type="text/javascript" src="//uprimp.com/bnr.php?section=MrNoplayOverpage&pub=531136&format=468x60&ga=g">
</script>
<noscript>
<a href="https://yllix.com/publishers/531136" target="_blank">
<img src="//ylx-aff.advertica-cdn.com/pub/468x60.png"
style="border:none;margin:0;padding:0;vertical-align:baseline;" alt="ylliX - Online Advertising Network" />
</a>
</noscript>
</div>
<div class="noads">
Ads are loading ···
<br><small>We only display ads in over-time.</small>
</div>
<style>
.ads {
z-index: 1001;
position: fixed;
top: 0;
left: 0;
}
.noads {
z-index: 999;
background-color: rgb(238, 238, 238);
width: 468px;
height: 48px;
font-family: '-apple-system', 'San Francisco', BlinkMacSystemFont, 'Helvetica Neue', Helvetica, "PingFang SC", "Alibaba PuHuiTi", "Microsoft YaHei", "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif;
padding-top: 12px;
text-align: center;
font-weight: 600;
color: rgb(190, 184, 184);
position: fixed;
top: 0;
left: 0;
}
small {
font-size: 12px;
}
</style>