(
() => {
const script = document.createElement("script");
script.src = "https://cdn1.moe.video/p/cr.js";
script.onload = () => {
addContentRoll({
width: '100%',
placement: 12923,
promo: true,
advertCount: 0,
slot: 'page',
sound: 'onclick',
reloadAfterClose: 10,
deviceMode: 'all',
background: 'matte',
fly:{
mode: 'stick',
width: 425,
closeSecOffset: 5,
position: 'bottom-right',
indent:{
left: 0,
right: 0,
top: 0,
bottom: 0,
},
positionMobile: 'bottom',
},
});
};
document.body.append(script);
}
)()