Remove pixfuture ads because they don't pay well

This commit is contained in:
2021-11-24 18:09:01 +01:00
parent 7b5931b963
commit 3eedbdf686
4 changed files with 14 additions and 19 deletions

View File

@@ -26,7 +26,8 @@ onMount(() => {
}
}
switch (Math.floor(Math.random() * 5)) {
let now = new Date().getTime()
switch (now % 4) {
case 0:
set_ad_type("brave")
break
@@ -37,9 +38,6 @@ onMount(() => {
set_ad_type("ads.plus")
break
case 3:
set_ad_type("pixfuture")
break
case 4:
set_ad_type("adaround")
break
}