An open API service indexing awesome lists of open source software.

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

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

![Skype For Web for Desktop Preview](http://www.csprance.com/shots/2016-05-24_11-36-04acc0d8a2-99da-4d25-9c55-573094323777.png "Screenshot of Dark UI Theme")

# 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
```