WIP: Now Usamin (18.5.1)

This commit is contained in:
Cutls
2019-06-04 01:26:00 +09:00
parent 68e11dc222
commit f23dc928b2
8 changed files with 62 additions and 54 deletions

View File

@@ -26,6 +26,8 @@ function ck() {
}
var multi = localStorage.getItem("multi");
if (!multi || multi == "[]") {
var date = new Date();
localStorage.setItem("showSupportMe", date.getMonth() + 2)
location.href = "acct.html?mode=first&code=true"
} else {
var obj = JSON.parse(multi);