New rate limiting page

This commit is contained in:
2022-03-05 10:49:12 +01:00
parent a40d9ecfff
commit d118b23bf8
11 changed files with 118 additions and 52 deletions

View File

@@ -13,13 +13,16 @@ onMount(() => {
return
}
switch (Math.floor(Math.random()*2)) {
switch (Math.floor(Math.random()*3)) {
case 0:
set_ad_type("ads.plus")
break
case 1:
set_ad_type("pixfuture")
break
case 2:
set_ad_type("nextmillennium")
break
}
})