mirror of
https://github.com/NeonGamerBot-QK/saahild.com.git
synced 2025-07-20 04:39:04 +00:00
commit zeon:ai_comments
This commit is contained in:
parent
43aa586dff
commit
ea762d0060
9 changed files with 396 additions and 3 deletions
13
lib/jsscripts/index.ts
Normal file
13
lib/jsscripts/index.ts
Normal file
|
@ -0,0 +1,13 @@
|
|||
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 = 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