add ad options

This commit is contained in:
Russell2259
2024-03-01 15:42:31 +00:00
parent bfd6519602
commit 6002398ce6
+9 -3
View File
@@ -1,4 +1,4 @@
<!--<div id="bannerad728"></div>
<div id="bannerad728"></div>
<script>
window['nitroAds'].createAd('bannerad728', {
@@ -18,7 +18,7 @@
}
});
</script>
-->
<script type="module">
import { evalify } from '/assets/js/utils.js';
@@ -40,7 +40,13 @@
}
};
location.replace('https://google.com')
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()));