Improve navigation and accessibility
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user