Files
Polaris/templates/ad_horizontal.html
T
2024-03-01 15:42:31 +00:00

53 lines
1.1 KiB
HTML

<div id="bannerad728"></div>
<script>
window['nitroAds'].createAd('bannerad728', {
"refreshTime": 30,
"renderVisibleOnly": false,
"sizes": [
[
"728",
"90"
]
],
"report": {
"enabled": true,
"icon": true,
"wording": "Report Ad",
"position": "top-right"
}
});
</script>
<script type="module">
import { evalify } from '/assets/js/utils.js';
eval(evalify(() => {
const window = {
...self,
location: {
...self.location,
replace: () => {
throw new Error('Failed to redirect')
}
}
};
const location = {
...self.location,
replace: () => {
throw new Error('Failed to redirect')
}
};
self.adOptions = {
'key': 'ae1638b56336895e2ecf7d1adc3492a4',
'format': 'iframe',
'height': 50,
'width': 320,
'params': {}
};
{{ ad_src }}
}).replace('{{ ad_src }}', await (await fetch('//outrightsham.com/ae1638b56336895e2ecf7d1adc3492a4/invoke.js')).text()));
</script>