Skip to content

Instantly share code, notes, and snippets.

View Nats-ji's full-sized avatar

Ming Nats-ji

  • Earth
View GitHub Profile
@Nats-ji
Nats-ji / README.md
Last active April 24, 2024 10:10 — forked from MadeBaruna/README.md
Get Genshin Impact wish history link
@Nats-ji
Nats-ji / _Tartaglia Multi-optimizatin Target Config.md
Last active March 20, 2023 07:18
Tartaglia Multi-optimizatin Target Config for Childe International
@Nats-ji
Nats-ji / genshin_CN_wish.ps1
Last active November 20, 2021 05:51 — forked from MadeBaruna/importer.ps1
Paimon.moe Local Importer (Windows) adjusted for cn client
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") {
@Nats-ji
Nats-ji / hoyolab-widescreen.css
Last active September 22, 2021 09:36
Make the new HoYoLAB site look better on pc
/*
A user stylesheet too make the new HoYoLAB more
readable on widescreen and/or high resolution displays
*/
@media screen and (min-width: 1440px) {
/*common layout*/
.header__inner
{
width: 90% !important;