-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcode postingan.txt
49 lines (46 loc) · 2.27 KB
/
code postingan.txt
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
masukkan kode di bawah setelah paragraf 1 atau ke 2
<div class="container">
<div class="row">
<div class="col-md-4 float-xs-left text-xs-center ad-column">
<div class="row">
<!-- ini iklan link di samping kiri tombol, tinggal sesuaikan kode data-ad-client dan data-ad-slot -->
<ins class="adsbygoogle"
style="display:block;height:250px"
data-ad-client="ca-pub-xxxxxxxxxxxxxxx"
data-ad-slot="xxxxxxxxx"
data-ad-format="link"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
</div>
<div class="col-md-4 text-xs-center">
<p class="text-primary margin-bottom-20">Encrypting your link and protect the link from viruses, malware, thief, etc! Made your link safe to visit.</p>
<div class="progress" id="daplong">
<progress class="progress progress-striped progress-info progress-animated" value="0" max="100" data-percentage="100"></progress>
</div>
<button id="download2" class="alert alert-dismissible alert-success btn-lg" style='display:none'><i class="fa fa-thumbs-o-up" aria-hidden="true"></i> <strong>Well done!</strong> you have successfully gained access to Decrypted Link. <i class="fa fa-hand-o-down slideInDownThumb" aria-hidden="true"></i></button>
<div class="clearfix"></div>
<script src="https://rawcdn.githack.com/Hayatul1/Safelinkei/3a7b387fcd13419d5ef59bb21b3e882f7cd9af7f/post1.js" type="text/javascript"></script>
<script type="text/javascript">
var currentURL=location.href;
var str = currentURL;
var res = str.replace("https://safelinkei.blogspot.com/2023/10/asupan-makanan-untuk-ibu-hamil.html?url=", "");
document.write('<button type="button" id="download" class="Visit_Link btn btn-success" onclick="changeLink();" style="display: none;"><strong>Download File</strong> <i class="fa fa-download"></i></button>')
</script>
</div>
<div class="col-md-4 float-xs-right text-xs-center ad-column">
<div class="row">
<!-- ini iklan di samping kanan tombol, tinggal sesuaikan kode data-ad-client dan data-ad-slot -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-xxxxxxxxxxxxxxx"
data-ad-slot="xxxxxxxxxx"
data-ad-format="rectangle"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
</div>
</div>
</div>