You've already forked AstralRinth
forked from didirus/AstralRinth
Merge commit '16c5a5a3a6b7bd5b5770caa847140a6dfe402b69' into feature-clean
This commit is contained in:
@@ -5,11 +5,10 @@
|
|||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<title>Modrinth App Ad</title>
|
<title>Modrinth App Ad</title>
|
||||||
<script
|
<script
|
||||||
type="module"
|
src="https://dn0qt3r0xannq.cloudfront.net/modrinth-7JfmkEIXEp/modrinth-longform/prebid-load.js"
|
||||||
src="//js.rev.iq"
|
|
||||||
async
|
async
|
||||||
data-domain="modrinth.com"
|
|
||||||
></script>
|
></script>
|
||||||
|
<link rel="preload" href="https://www.googletagservices.com/tag/js/gpt.js" as="script" />
|
||||||
<style>
|
<style>
|
||||||
* {
|
* {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
@@ -46,9 +45,19 @@
|
|||||||
<body>
|
<body>
|
||||||
<div class="ads-container">
|
<div class="ads-container">
|
||||||
<a id="plus-link" href="https://modrinth.com/plus" target="_blank"></a>
|
<a id="plus-link" href="https://modrinth.com/plus" target="_blank"></a>
|
||||||
<div data-ad="project-rail" />
|
<div id="modrinth-rail-1" />
|
||||||
</div>
|
</div>
|
||||||
<script>
|
<script>
|
||||||
|
window.tude = window.tude || { cmd: [] };
|
||||||
|
tude.cmd.push(function () {
|
||||||
|
tude.refreshAdsViaDivMappings([
|
||||||
|
{
|
||||||
|
divId: "modrinth-rail-1",
|
||||||
|
baseDivId: "pb-slot-square-2",
|
||||||
|
},
|
||||||
|
]);
|
||||||
|
});
|
||||||
|
|
||||||
window.addEventListener(
|
window.addEventListener(
|
||||||
"message",
|
"message",
|
||||||
(event) => {
|
(event) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user