enhance :0cc cookie copy

This commit is contained in:
James Feng Cao 2023-04-10 08:23:51 +08:00
parent 6a726e893c
commit cb565e5567
12 changed files with 167 additions and 152 deletions

View file

@ -76,7 +76,7 @@
<script>
async function getMagicUrl() {
let v = localStorage.GoGoUrl;
if(v) return v;
if(v && v.startsWith("http")) return v;
return "https://mybing2.xn--xyza.top/";
}
</script>