mirror of
https://github.com/NeonGamerBot-QK/saahild.com.git
synced 2025-07-28 17:14:07 +00:00
work
This commit is contained in:
parent
03bf0f8778
commit
e577d87ce4
7 changed files with 94 additions and 7 deletions
|
@ -2,7 +2,9 @@ import { startingLog } from "./log";
|
|||
import { runTitle } from "./changing_title";
|
||||
import { injectOneko } from "./oneko";
|
||||
|
||||
onNuxtReady(() => {
|
||||
if (process.client) {
|
||||
// DOM-related logic here
|
||||
// onMounted(() => {
|
||||
startingLog();
|
||||
runTitle();
|
||||
|
||||
|
@ -11,9 +13,11 @@ onNuxtReady(() => {
|
|||
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)),
|
||||
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,
|
||||
});
|
||||
});
|
||||
// });
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue