Skip to content

Instantly share code, notes, and snippets.

View pat-exe's full-sized avatar

geogodzhongli pat-exe

View GitHub Profile
@Mirai0009
Mirai0009 / Instructions EN.md
Last active September 19, 2024 12:57
System Tracing

SELECT LANGUAGES

INDONESIA

How to Retrieving Gacha URL on Android

@samthetechie
samthetechie / index.mjs
Last active November 19, 2023 20:18 — forked from spersico/index.mjs
Liberating Huawei Notes "HTML" (actually JSON) to TXT
import { writeFile, readdir, readFile, mkdir } from 'node:fs/promises';
import path from 'node:path';
/*
Steps to get/export your notes from Huawei Notes:
1. Login into a Huawei Account in the phone.
2. Activate in your phone, the Notes Syncing, which is inside of Huawei Account > Cloud
3. Log in into https://cloud.huawei.com
4. Go to https://cloud.huawei.com/home#/account/gdpr, and click on Download Notes
5. This will give you a zip file with a password. Extract the zip file into a folder.
6. Copy this file into the root directory folder as index.mjs
@spersico
spersico / index.mjs
Created October 22, 2022 15:56
Huawei Notes HTML to TXT
import { writeFile, readdir, readFile } from 'node:fs/promises';
import path from 'path';
/*
Steps to get/export your notes from Huawei Notes:
1. Login into a Huawei Account in the phone.
2. Activate in your phone, the Notes Syncing, which is inside of Huawei Account > Cloud
3. Log in into https://cloud.huawei.com
4. Go to https://cloud.huawei.com/home#/account/gdpr, and click on Download Notes
5. This will give you a zip file with a password. Extract the zip file into a folder.