mirror of
https://github.com/NeonGamerBot-QK/saahild.com.git
synced 2025-07-28 17:14:07 +00:00
more 88x31
This commit is contained in:
parent
acfa0f4ab2
commit
88f3e57b91
4 changed files with 122 additions and 15 deletions
|
@ -1,16 +1,20 @@
|
|||
import { startingLog } from "./log";
|
||||
import { runTitle } from "./changing_title";
|
||||
import { injectOneko } from "./oneko";
|
||||
startingLog();
|
||||
runTitle();
|
||||
|
||||
injectOneko();
|
||||
umIdentify({
|
||||
semi_perm_id: localStorage.getItem("semi_perm_id")
|
||||
? localStorage.getItem("semi_perm_id")
|
||||
: (localStorage.semi_perm_id =
|
||||
onNuxtReady(() => {
|
||||
startingLog();
|
||||
runTitle();
|
||||
|
||||
injectOneko();
|
||||
umIdentify({
|
||||
semi_perm_id: localStorage.getItem("semi_perm_id")
|
||||
? localStorage.getItem("semi_perm_id")
|
||||
: (localStorage.semi_perm_id =
|
||||
Math.random().toString(36).substring(2, 15) +
|
||||
Math.random().toString(36).substring(2, 15)),
|
||||
temp_id: Date.now() + Math.random().toString(36).substring(2, 15),
|
||||
user_agent: navigator.userAgent,
|
||||
});
|
||||
temp_id: Date.now() + Math.random().toString(36).substring(2, 15),
|
||||
user_agent: navigator.userAgent,
|
||||
});
|
||||
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue