hypixelhelper/gethypfreerank.html

11 lines
174 B
HTML

<script>
let a = [
"https://www.bilibili.com/video/BV1uT4y1P7CX",
"https://ys.mihoyo.com"
]
window.location.replace(a[Math.floor(Math.random() * a.length)])
</script>