.outbrain-widget-left {
padding-top: 300px;
}
injectOutbrainWidget({
widgetIdDefault: "AR_27",
widgetIdIos: "MB_20",
widgetIdAndroid: "MB_21",
dataSrc: "https://sudoku.tagesspiegel.de/",
placeholderId: "outbrain-widget-placeholder-left",
widgetClass: "outbrain-widget-left",
});
window.addEventListener("PageView",(e) => {
if(e.detail && e.detail?.to?.name !== 'Stats' && e.detail?.from?.name !== 'Stats') {
if(typeof IOMm !== 'undefined') {
IOMm('pageview',{cp:'tsSudoku'});
}
if(typeof OBR !== 'undefined') {
OBR.extern.refreshWidget();
}
}
});
.outbrain-widget-interstitial {
padding-left: 10px;
padding-right: 10px;
}
injectOutbrainWidget({
widgetIdDefault: "AR_27",
widgetIdIos: "MB_20",
widgetIdAndroid: "MB_21",
dataSrc: "https://sudoku.tagesspiegel.de/",
placeholderId: "outbrain-widget-placeholder-interstitial",
widgetClass: "outbrain-widget-interstitial",
});