Skip to content
View Keritial's full-sized avatar
😭
😭
😭
😭

Block or report Keritial

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Keritial/README.md

Keritial

Hi, I am Keritial. One ordinary person of no value on the Earth.

Me

"Gen Z". Senior high school student. INFP-T.

Not even a developer, always dreaming, never made any real efforts.

Avaliable language(s): zh-Hans-CN (Mandarin, native), en.

Hobbies

There is really not much I can tell to introduce myself...

Maybe playing Minecraft, Arknight and arcade rhythm games like CHUNITHM counts?

Inventory

  • x86-compatible system [Intel(R) Celeron(R) N5105, Windows 11]
  • OnePlus Ace 5 Ultra (PLC110, unlocked, ColorOS 16 Android 16)
  • Redmi Note 11T Pro (xaga, unlocked, unofficial PixelOS Android 16)
  • Redmi Note 11 Pro+ (pissaro, unlocked, HyperOS 1.0 Android 13)
  • OPPO Find X3 (PEDM00, unlocked, ColorOS 14 Android 14)
  • e-waste Snapdragon 460, plus it cannot be unlocked OPPO A32 (PDVM00, locked, ColorOS 11.1 Android 11)
  • Random tablet (Unisoc UD710, unlocked, signed with public private key, A-only legacy SAR, Android 9)
  • Mi Pad 2 (latte, Windows 10)
  • Mi 4 (cancro, Windows 10 Mobile)
  • OPPO Enco Free 4 (LHDC, SBC)

Contact me

Here're some ways to get in touch with me though perhaps nobody would like to do that :/

E-mail: keritial@gmail.com
X (formerly Twitter): @Keritial

Telegram: @Keritial

(感觉没啥有用信息)

Pinned Loading

  1. Keritial Keritial Public

    Information about me.

    1

  2. Test whether Google redirect users f... Test whether Google redirect users from their ccTLDs domains to google.com or not.
    1
    const GOOGLE_DOMAINS = (await (await fetch("https://www.google.com/supported_domains")).text())
    2
    	.trim()
    3
    	.split("\n")
    4
    	.map((it) => `https://www${it}`);
    5