Create gethypfreerank.html

This commit is contained in:
Super_Shadiao 2024-03-16 05:29:56 +08:00 committed by GitHub
parent 4b7144b736
commit f4f0284b5c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 10 additions and 0 deletions

10
gethypfreerank.html Normal file
View File

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