diff --git a/src/js/userconfig.js b/src/js/userconfig.js index fad467f81..9183d5378 100644 --- a/src/js/userconfig.js +++ b/src/js/userconfig.js @@ -1551,63 +1551,72 @@ function applyConfig(configObj) { setStrictSpace(configObj.strictSpace, true); setMode(configObj.mode, true); - try { - setEnableAds(configObj.enableAds, true); - if (config.enableAds === "on") { - $("#ad1").removeClass("hidden"); - $("#ad1") - .html(` - - `); - const adsbygoogle = window.adsbygoogle || []; - adsbygoogle.push({}); - } else if (config.enableAds === "max") { - $("#ad1").removeClass("hidden"); - $("#ad2").removeClass("hidden"); - $("#ad3").removeClass("hidden"); - $("#ad1").html(` - - `); - $("#ad2") - .html(` - - `); - $("#ad3") - .html(` - - `); - const adsbygoogle = window.adsbygoogle || []; - adsbygoogle.push({}); - adsbygoogle.push({}); - adsbygoogle.push({}); - } else { - $("#ad1").remove(); - $("#ad2").remove(); - $("#ad3").remove(); - } - } catch (e) { - console.log("error initialising ads " + e.message); - $("#ad1").remove(); - $("#ad2").remove(); - $("#ad3").remove(); + setEnableAds(configObj.enableAds, true); + if (config.enableAds != "off") { + Notifications.add( + "Ads are temporairly disabled due to moving to a different ad provider.", + 0, + 5 + ); } + + // try { + // setEnableAds(configObj.enableAds, true); + // if (config.enableAds === "on") { + // $("#ad1").removeClass("hidden"); + // $("#ad1") + // .html(` + // + // `); + // const adsbygoogle = window.adsbygoogle || []; + // adsbygoogle.push({}); + // } else if (config.enableAds === "max") { + // $("#ad1").removeClass("hidden"); + // $("#ad2").removeClass("hidden"); + // $("#ad3").removeClass("hidden"); + // $("#ad1").html(` + // + // `); + // $("#ad2") + // .html(` + // + // `); + // $("#ad3") + // .html(` + // + // `); + // const adsbygoogle = window.adsbygoogle || []; + // adsbygoogle.push({}); + // adsbygoogle.push({}); + // adsbygoogle.push({}); + // } else { + // $("#ad1").remove(); + // $("#ad2").remove(); + // $("#ad3").remove(); + // } + // } catch (e) { + // console.log("error initialising ads " + e.message); + // $("#ad1").remove(); + // $("#ad2").remove(); + // $("#ad3").remove(); + // } } updateTestModesNotice(); } diff --git a/static/index.html b/static/index.html index fb7bbd15b..7e3463951 100644 --- a/static/index.html +++ b/static/index.html @@ -40,11 +40,6 @@ -
diff --git a/static/privacy-policy.html b/static/privacy-policy.html index 53e316db0..157b3b591 100644 --- a/static/privacy-policy.html +++ b/static/privacy-policy.html @@ -34,11 +34,6 @@ -