Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ii64/spotify-adblock
Spotify AdBlocker for Windows, written in C. DLL Injection.
https://github.com/ii64/spotify-adblock
adblock c minhook spotify windows
Last synced: 1 day ago
JSON representation
Spotify AdBlocker for Windows, written in C. DLL Injection.
- Host: GitHub
- URL: https://github.com/ii64/spotify-adblock
- Owner: ii64
- License: mit
- Created: 2021-10-30T21:43:40.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-30T21:59:23.000Z (about 3 years ago)
- Last Synced: 2024-11-22T13:11:44.884Z (2 months ago)
- Topics: adblock, c, minhook, spotify, windows
- Language: C
- Homepage:
- Size: 1.29 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Spotify AdBlock
Windows Spotify Ad Block, in `C` !
## Build
Open an issue with information related if any error occurs.
```bash
mingw32-make all
```Tested gcc:
```
# gcc --version
gcc (MinGW-W64 x86_64-posix-seh, built by Brecht Sanders) 11.2.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
```## Config example
name it `adblock.yaml`
```yaml
name: Config
cef_acl:
- method: POST
substr: /ads/
- method: POST
substr: /ad-logic/
block_host:
- ad.spotify.com
```## Preview
![preview app](assets/preview.png)
![config file](assets/config.png)
![terminal preview](assets/terminal.png)## License
[MinHook](https://github.com/TsudaKageyu/minhook/blob/master/LICENSE.txt)
[log.c](https://github.com/rxi/log.c/blob/master/LICENSE)
[cef](https://github.com/chromiumembedded/cef/blob/master/LICENSE.txt)
[chromium](https://chromium.googlesource.com/chromium/src/+/refs/heads/main/LICENSE)
[libcyaml](https://github.com/tlsa/libcyaml/blob/main/LICENSE)
[libyaml](https://github.com/yaml/libyaml/blob/master/License)
## License
ii64. 2021