Skip to content

Instantly share code, notes, and snippets.

View SnowyField1906's full-sized avatar
❄️
SnowyField

Nguyễn Hữu Thuận SnowyField1906

❄️
SnowyField
View GitHub Profile
@AssisrMatheus
AssisrMatheus / #vscode-setup.md
Last active July 11, 2024 18:08
My optimized Visual Studio Code setup
@MadeBaruna
MadeBaruna / importer.ps1
Last active July 6, 2024 00:21
Paimon.moe Local Importer (Windows)
Add-Type -AssemblyName System.Web
Write-Host "Paimon.moe Wish Importer" -ForegroundColor Cyan
Write-Host "1. Open Genshin Impact in this PC"
Write-Host "2. Then open the wish history and wait it to load"
Write-Host "3. When you are ready press [ENTER] to continue! (or any key to cancel)"
Write-Host "Waiting..."
$keyInput = [Console]::ReadKey($true).Key
if ($keyInput -ne "13") {