Skip to content

Instantly share code, notes, and snippets.

View sora81dev's full-sized avatar

Sora sora81dev

View GitHub Profile

Keybase proof

I hereby claim:

  • I am sora81dev on github.
  • I am sora81dev (https://keybase.io/sora81dev) on keybase.
  • I have a public key ASABqCvS641yW1HZvB9Bk3cuMnYPitlnA_0lcsa83Mhnxgo

To claim this, I am signing this object:

@sora81dev
sora81dev / date-check.js
Created July 23, 2025 13:15
VRChat date checking
(async () => {
const userId = window.location.pathname.split('/').pop();
const response = await fetch(`https://vrchat.com/api/1/users/${userId}`);
const jsonData = await response.json();
const userJoined = new Date(jsonData.date_joined);
const PCLocale = Intl.DateTimeFormat().resolvedOptions().locale;
const localisedDate = new Intl.DateTimeFormat(PCLocale).format(userJoined)
console.log(`%cDate joined: ${localisedDate}`, 'font-size: 24px; color:green');
@sora81dev
sora81dev / keybase.md
Created January 11, 2025 10:42
Keybase

Keybase proof

I hereby claim:

  • I am sora81dev on github.
  • I am sora81dev (https://keybase.io/sora81dev) on keybase.
  • I have a public key ASDrm84268NSXrrSaKW7phvubI1vsVyXXcJA5HF_QCnDUAo

To claim this, I am signing this object: