You've already forked AstralRinth
forked from didirus/AstralRinth
More ads test
This commit is contained in:
@@ -50,57 +50,27 @@
|
||||
<div id="modrinth-rail-1"></div>
|
||||
</div>
|
||||
<script>
|
||||
function getCookie(name) {
|
||||
function escape(s) {
|
||||
return s.replace(/([.*+?\^$(){}|\[\]\/\\])/g, "\\$1");
|
||||
}
|
||||
window.tude = window.tude || { cmd: [] };
|
||||
|
||||
const match = document.cookie.match(RegExp("(?:^|;\\s*)" + escape(name) + "=([^;]*)"));
|
||||
return match ? match[1] : null;
|
||||
}
|
||||
window.Raven = window.Raven || { cmd: [] };
|
||||
|
||||
function initAds(personalized) {
|
||||
window.tude = window.tude || { cmd: [] };
|
||||
|
||||
window.Raven = window.Raven || { cmd: [] };
|
||||
|
||||
window.Raven.cmd.push(({ config }) => {
|
||||
config.setCustom({
|
||||
param1: "app",
|
||||
});
|
||||
window.Raven.cmd.push(({ config }) => {
|
||||
config.setCustom({
|
||||
param1: "app",
|
||||
});
|
||||
});
|
||||
|
||||
tude.cmd.push(function () {
|
||||
tude.refreshAdsViaDivMappings([
|
||||
{
|
||||
divId: "modrinth-rail-1",
|
||||
baseDivId: "pb-slot-square-2",
|
||||
targeting: {
|
||||
location: "app",
|
||||
},
|
||||
tude.cmd.push(function () {
|
||||
tude.refreshAdsViaDivMappings([
|
||||
{
|
||||
divId: "modrinth-rail-1",
|
||||
baseDivId: "pb-slot-square-2",
|
||||
targeting: {
|
||||
location: "app",
|
||||
},
|
||||
]);
|
||||
|
||||
tude.setPrivacySettings({
|
||||
personalizedAds: personalized ?? true,
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
try {
|
||||
if (window.__TAURI_INTERNALS__) {
|
||||
window.__TAURI_INTERNALS__
|
||||
.invoke("plugin:ads|get_ads_personalization", {})
|
||||
.then(initAds)
|
||||
.catch(() => initAds(true));
|
||||
} else {
|
||||
initAds(true);
|
||||
}
|
||||
} catch (err) {
|
||||
initAds(true);
|
||||
console.error(err);
|
||||
}
|
||||
|
||||
},
|
||||
]);
|
||||
});
|
||||
window.addEventListener(
|
||||
"message",
|
||||
(event) => {
|
||||
|
||||
Reference in New Issue
Block a user