Skip to content

Instantly share code, notes, and snippets.

@dmilith
Created May 26, 2019 17:25
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dmilith/3e928403aaa5fccbe7b8c7e370d5f1c5 to your computer and use it in GitHub Desktop.
Save dmilith/3e928403aaa5fccbe7b8c7e370d5f1c5 to your computer and use it in GitHub Desktop.
hack Skype 8.x sounds (including replace files, remove files for notification to shutup, and so on) for Mac OSX
0. Shutdown Skype
1. Install Nodejs, open Terminal
2. Run: `npm install -g asar`
3. Run: `npx asar extract /Applications/Skype.app/Contents/Resources/app.asar /Applications/Skype.app/Contents/Resources/app`
4. Run: `rm -f /Applications/Skype.app/Contents/Resources/app.asar`
That's it, now you can open Skype internal files directly by doing:
`open /Applications/Skype.app/Contents/Resources/app`
Under media/ you have now full access to mess around with Skype files.
Enjoy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment