Thanks to @jogerj and @PrimeCicada for the method! Original script: https://gist.github.com/jogerj/0339e61a92e0de2e360c5212a94854e8
Thanks to @SleepingPanda for 3.8 change info
Open powershell, then copy paste this script:
Thanks to @jogerj and @PrimeCicada for the method! Original script: https://gist.github.com/jogerj/0339e61a92e0de2e360c5212a94854e8
Thanks to @SleepingPanda for 3.8 change info
Open powershell, then copy paste this script:
These configs are adopted from https://docs.google.com/document/d/1ZzG7kHbI_vNsEZWpafRXXnYO64VFNpOuOhOuElC8w9o/
You can use these configs directly, but if you want a more accurate result you can replace your Bennett flat atk buff and Kazuha's hydro dmg buff.
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") { |
/* | |
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; |