-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.html
More file actions
24 lines (24 loc) · 841 Bytes
/
header.html
File metadata and controls
24 lines (24 loc) · 841 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<div id="div-onead-draft"></div>
<script type="text/javascript">
var custom_call = function (params) {
if (params.hasAd) {
console.log('TD has AD')
} else {
console.log('TD AD Empty')
}
}
ONEAD_TEXT = {};
ONEAD_TEXT.pub = {};
ONEAD_TEXT.pub.uid = "2000181";
ONEAD_TEXT.pub.slotobj = document.getElementById("div-onead-draft");
ONEAD_TEXT.pub.player_mode = "text-drive";
ONEAD_TEXT.pub.queryAdCallback = custom_call;
window.ONEAD_text_pubs = window.ONEAD_text_pubs || [];
ONEAD_text_pubs.push(ONEAD_TEXT);
</script>
<script src="https://ad-specs.guoshipartners.com/static/js/ad-serv.min.js"></script>
<style>
.author-profile-image, .gh-article-image {
content: url("https://bmcafe.hazelnut-paradise.com/content/images/2025/04/bmcafe-10.png");
}
</style>