Improve navigation and accessibility

This commit is contained in:
2021-12-28 13:56:24 +01:00
parent 9edc1a84cd
commit fa3c6913e8
8 changed files with 138 additions and 71 deletions

View File

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