https://github.com/michioxd/sounddark
An extension/add-on to get better Dark theme for SoundCloud in your favorite browser
https://github.com/michioxd/sounddark
chrome-extension chromium-extension dark-theme edge-extension firefox-addon javascript soundcloud soundcloud-dark-theme sounddark
Last synced: 7 months ago
JSON representation
An extension/add-on to get better Dark theme for SoundCloud in your favorite browser
- Host: GitHub
- URL: https://github.com/michioxd/sounddark
- Owner: michioxd
- License: mit
- Created: 2023-07-16T08:10:14.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-15T12:15:33.000Z (over 1 year ago)
- Last Synced: 2025-01-30T22:05:50.963Z (over 1 year ago)
- Topics: chrome-extension, chromium-extension, dark-theme, edge-extension, firefox-addon, javascript, soundcloud, soundcloud-dark-theme, sounddark
- Language: CSS
- Homepage: https://chromewebstore.google.com/detail/sounddark/ablcfojnfkneoplpflnpbeglgkjmiman
- Size: 265 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# DEPRECATED - NO LONGER NEEDED!!
SoundCloud has finally implemented a dark mode theme—looks better, right? That means this extension is no longer needed and will be archived soon. Please remove it from your browser and enjoy the new official theme. Thanks for using this extension!
# SoundDark
A better Dark theme for SoundCloud, supported Chromium-based browser and Firefox
[](https://github.com/michioxd/sounddark/actions/workflows/test-pack.yaml)

## Features
- Toggle theme (original light theme, SoundDark dark theme and auto theme followed the system setting)
- Dark theme :)
### Install manually
**Chromium-based browser (Chrome, Microsoft Edge, Brave, Opera,...):**
- Go to [Release page](https://github.com/michioxd/sounddark/releases/latest) then download `chromium-release.zip`
- Extract it in anywhere you want
- Go to Chrome Extension (`chrome://extensions/`), toggle the `Developer Mode` at header
- Click `Load unpacked` then choose the directory of SoundDark you have extracted
- Go to [SoundCloud](https://soundcloud.com) and enjoy :)
[Watch install instruction video on YouTube](https://youtu.be/eIGdk0d-oSQ)
**Firefox-based browser (Firefox, Tor Browser,...):**
- Go to [Release page](https://github.com/michioxd/sounddark/releases/latest) then download `firefox-release.zip`
- Go to Debugging (`about:debugging#/runtime/this-firefox`) then click "Load Temporary Add-on"
- Select `firefox-release.zip` where you downloaded that file.
**Note:** They will unload this extension if you restart your browser!
**WARNING**: Make sure you allow permission for SoundDark on Firefox (not On When Clicked)

## Development
- Clone this repository
```shell
git clone https://github.com/michioxd/sounddark
```
- Go to Chrome Extension (`chrome://extensions/`), toggle the `Developer Mode` at header
- Click `Load unpacked` then choose the `src` directory of SoundDark repository you have cloned
- Do everything you want :)
## Building
You can use `npm` if you want, i used `pnpm` instead
```shell
pnpm install
pnpm run pack
```
You should see the `chromium-release.zip` and `firefox-release.zip` in the `dist` directory
## Screenshots


wanna see more? [install it lol](#installation)
## Copyright
The SoundCloud logo is a trademark of SoundCloud Global Limited & Co. KG.
## License
All codes are released under [MIT License](LICENSE)
## Credits
Made with love from [michioxd](https://github.com/michioxd) and all [contributors](https://github.com/michioxd/sounddark/graphs/contributors).