Skip to content

Instantly share code, notes, and snippets.

@MayerDaniel
Last active September 11, 2023 18:10
Show Gist options
  • Save MayerDaniel/90518e4b5d459ce54e4ec7e9175aa4ec to your computer and use it in GitHub Desktop.
Save MayerDaniel/90518e4b5d459ce54e4ec7e9175aa4ec to your computer and use it in GitHub Desktop.
Get Slack Cookies
$path = (Get-Process slack | Select-Object Path | select -first 1).Path
Get-Process slack | Stop–Process
Start-Process $path -ArgumentList "--args --remote-debugging-port=9444 --inspect=5858"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment