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

@@ -46,17 +46,14 @@ onMount(async () => {
return
}
switch (Math.floor(Math.random() * 4)) {
switch (now % 3) {
case 0:
set_ad_type("aads2")
break
case 1:
set_ad_type("pixfuture")
break
case 2:
set_ad_type("ads.plus")
break
case 3:
case 2:
set_ad_type("adaround")
break
}