https://github.com/csprance/skype-for-web-for-desktop
Skype For Web through an electron app with a css override to style it how you like
https://github.com/csprance/skype-for-web-for-desktop
Last synced: about 1 year ago
JSON representation
Skype For Web through an electron app with a css override to style it how you like
- Host: GitHub
- URL: https://github.com/csprance/skype-for-web-for-desktop
- Owner: csprance
- Created: 2016-05-24T05:43:33.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-06T16:15:50.000Z (about 10 years ago)
- Last Synced: 2025-02-06T05:31:07.516Z (over 1 year ago)
- Language: CSS
- Size: 74.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Skype-For-Web-For-Desktop
An Electron app born out of the frustration of the lack of theming support for skype. All this app does is load Skype for Web in an electron app and insert a stylesheet into it to allow you to theme skype!
It also uses less memory, doesn't have any ads and doesn't crash every 5 seconds.
# Download
Click on releases and select the latest from this github repo.
# Known Issues
* Voice and Video Calling do not work
* Can not recieve contact requests
* Probably something else I forgot

# Prerequisites For Development
Skype-For-Web-For-Desktop comes with a build script to compile the code for you.
In order for the script to run, `electron-packager` must first be installed.
Install `electron-packager` with the following command:
```bash
npm install -g electron-packager
```
Then, run the build script with the following command:
```
bash build.sh
```