Skip to content

Instantly share code, notes, and snippets.

@jogerj
Last active September 2, 2024 16:57
Show Gist options
  • Save jogerj/0339e61a92e0de2e360c5212a94854e8 to your computer and use it in GitHub Desktop.
Save jogerj/0339e61a92e0de2e360c5212a94854e8 to your computer and use it in GitHub Desktop.
Get Wish History URL in Genshin Impact on PC from cache. Moved to https://github.com/jogerj/genshin-wish-url

genshin-wish-url

Further development has been moved to its own repository: https://github.com/jogerj/genshin-wish-url

Usage

  1. Win+R and open powershell (or pwsh if Powershell 6+ installed)
  2. Paste and run following
  • All versions (Global/China)
Set-ExecutionPolicy Bypass -Scope CurrentUser -Force;
iex (irm 'https://github.com/jogerj/genshin-wish-url/raw/main/Get-WishUrl.ps1')
# This is for legacy compatibility to redirect old URL to the new script
# Please use script from https://github.com/jogerj/genshin-wish-url
iex (irm 'https://github.com/jogerj/genshin-wish-url/raw/main/Get-WishUrl.ps1')
@jogerj
Copy link
Author

jogerj commented Aug 31, 2024

Hello, this repository has been moved to https://github.com/jogerj/genshin-wish-url for ease of issue reporting and tracking changes. Please use the script directly from the linked repo. Thank you :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment