mirror of
https://github.com/Isaaker/Spotify-AdsList.git
synced 2026-08-24 11:44:13 -05:00
Update documentation
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Spotify Ads List
|
||||
|
||||

|
||||

|
||||
|
||||
## Workflows
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
|
||||
## About
|
||||
|
||||
[](/CONTRIBUTING.md "Go to contributions doc")
|
||||
[](https://spotify.piscinadeentropia.es/docs_contributing/)
|
||||
|
||||
Spotify Ads List is a list of domains that includes all the domains from which Spotify Apps get audio ads, banners...
|
||||
|
||||
@@ -79,7 +79,7 @@ Here you can find all the tests made, their date and more details.
|
||||
## License
|
||||
The code is under **Creative Commons Attribution-ShareAlike 4.0 International Public License**, view the [license here](https://spotify.piscinadeentropia.es/license)
|
||||
|
||||

|
||||

|
||||
|
||||
## Contributing
|
||||
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
# About
|
||||
|
||||
Spotify Ads List is a list of domains that includes all the domains from which Spotify Apps get audio ads, banners...
|
||||
|
||||
Blocking these domains is totally legal since the only thing you are doing is redirecting requests from these domains to 0.0.0.0 also known as nowhere.
|
||||
|
||||
Making the list cost me a lot of time but finally it seems to work, in case you find any false positive let me know by creating an Issue, also if you want to collaborate I invite you to create a fork of the repository.
|
||||
+23
-18
@@ -1,31 +1,35 @@
|
||||
# Contributing
|
||||
|
||||
**Always read the license and code of conduct before contributing, once the changes you have made are added to the source repository they will be licensed under the source repository license**
|
||||

|
||||
|
||||
!!! warning
|
||||
Always read the license and code of conduct before contributing, once the changes you have made are added to the source repository they will be licensed under the source repository license
|
||||
|
||||
## Content to collaborate with
|
||||
|
||||
This repository is a blocklist for Spotify Ads, therefore, the following contents are acceptable as a contribution:
|
||||
|
||||
Accepted contents:
|
||||
### Accepted contents:
|
||||
|
||||
- Spelling corrections
|
||||
- Corrections of images or videos that are not displayed correctly
|
||||
- Invalid domain correction
|
||||
- New list format
|
||||
- Add new domains to the blocklist
|
||||
- Add new domains to the whitelist
|
||||
* Spelling corrections
|
||||
* Corrections of images or videos that are not displayed correctly
|
||||
* Invalid domain correction
|
||||
* New list format
|
||||
* Add new domains to the blocklist
|
||||
* Add new domains to the whitelist
|
||||
|
||||
Not accepted contents:
|
||||
### Not accepted contents:
|
||||
|
||||
- Comments (for SPAM prevention)
|
||||
- Ads of any kind
|
||||
- Self-Promoting
|
||||
- Posts or articles of your own creation
|
||||
- Any kind of sensitive content
|
||||
- Any type of content containing personal information of any person
|
||||
- Any kind of software (as this repository is oriented to a website and not to software distribution)
|
||||
* Comments (for SPAM prevention)
|
||||
* Ads of any kind
|
||||
* Self-Promoting
|
||||
* Posts or articles of your own creation
|
||||
* Any kind of sensitive content
|
||||
* Any type of content containing personal information of any person
|
||||
* Any kind of software (as this repository is oriented to a website and not to software distribution)
|
||||
|
||||
**If you are in doubt as to whether a piece of content is suitable to be added to this repository, please contact us through the contact section of the website**
|
||||
!!! warning
|
||||
If you are in doubt as to whether a piece of content is suitable to be added to this repository, please contact us through the contact section of the website
|
||||
|
||||
## How to colaborate
|
||||
|
||||
@@ -34,4 +38,5 @@ You can colaborate in this ways:
|
||||
- [Opening a Issue](https://github.com/Isaaker/Spotify-AdsList/issues/new/choose)
|
||||
- [Making a Fork](https://github.com/Isaaker/Spotify-AdsList/fork) and later opening a Pull Request to the Developer branch of the origin repository
|
||||
|
||||
**⚠️Please, make changes only on BLACKLIST.txt (Don't put extra lines or comments in this file) or WHITELIST.txt, changes on other files are not longer conserved due to an automatic list conversion.**
|
||||
!!! danger
|
||||
Please, make changes only on BLACKLIST.txt (Don't put extra lines or comments in this file) or WHITELIST.txt, changes on other files are not longer conserved due to an automatic list conversion.
|
||||
+3
-3
@@ -4,17 +4,17 @@ Here you can find some frequently asked questions and answers about our blocklis
|
||||
|
||||
## Why do black spaces continue to appear where the advertisements were before?
|
||||
|
||||
!!! question inline end "Answer"
|
||||
!!! question "Answer"
|
||||
Although our blockoblocklist blocks banner and image ads, Spotify's apps continue to reserve a space to place these ads, and since Spotify can't get those ads and banners, they will continue to appear in black.
|
||||
|
||||

|
||||
|
||||
## Why do I sometimes get a message "This content cannot be played at this time?
|
||||
|
||||
!!! question inline end "Answer"
|
||||
!!! question "Answer"
|
||||
When Spotify tries to display an ad, it changes the name of the song to Advertisement, and attempts to load the audio and images from the ad. However, since it is unable to get this content through the blocklist, Spotify will resume playing music as normal.
|
||||
|
||||
## Why does Spotify sometimes take longer to load or behave strangely?
|
||||
|
||||
!!! question inline end "Answer"
|
||||
!!! question "Answer"
|
||||
Although this list is safe and cannot damage your Spotify or your computer in any way. Sometimes Spotify may take a little bit longer to load or have some weird behavior, because the application is actually trying to continuously contact some ad domains, tracking, which are usually constantly changing to find unblocked domains. And this can sometimes change the behavior of the application a little bit.
|
||||
+18
-18
@@ -11,11 +11,11 @@ To install Spotify Ads List you can follow this steps:
|
||||
Spotify Ads List is compatible with all major ad blockers, both open-source and paid.
|
||||
|
||||
The currently supported adblockers are:
|
||||
- Standard (Compatible with multiple adblockers and can also be used with the hosts file.)
|
||||
- [Pi-Hole](https://pi-hole.net)
|
||||
- [Dnsmasq](https://dnsmasq.org/doc.html)
|
||||
- [Adguard](https://adguard.com/es/welcome.html)
|
||||
- [uBlock Origin](https://ublockorigin.com)
|
||||
* Standard (Compatible with multiple adblockers and can also be used with the hosts file.)
|
||||
* [Pi-Hole](https://pi-hole.net)
|
||||
* [Dnsmasq](https://dnsmasq.org/doc.html)
|
||||
* [Adguard](https://adguard.com/es/welcome.html)
|
||||
* [uBlock Origin](https://ublockorigin.com)
|
||||
|
||||
!!! tip
|
||||
Being a simple and very backward compatible list, if your adblocker is not included above, you can ask us to include it and if necessary to generate a custom list layout for it.
|
||||
@@ -47,18 +47,18 @@ Also, you must have installed Spotify (in case you are going to use it as an app
|
||||
|
||||
Below, you can find a series of basic guides on how to install and use your adblocker:
|
||||
|
||||
- Standard (Compatible with multiple adblockers and can also be used with the hosts file.)
|
||||
- [Pi-Hole](https://docs.pi-hole.net/main/basic-install/)
|
||||
- [Dnsmasq](https://dnsmasq.org/doc.html)
|
||||
- [Adguard](https://adguard.com/kb/general/how-to-install/)
|
||||
- [uBlock Origin](https://github.com/gorhill/uBlock?tab=readme-ov-file#installation)
|
||||
* Standard (Compatible with multiple adblockers and can also be used with the hosts file.)
|
||||
* [Pi-Hole](https://docs.pi-hole.net/main/basic-install/)
|
||||
* [Dnsmasq](https://dnsmasq.org/doc.html)
|
||||
* [Adguard](https://adguard.com/kb/general/how-to-install/)
|
||||
* [uBlock Origin](https://github.com/gorhill/uBlock?tab=readme-ov-file#installation)
|
||||
|
||||
### Setup Spotify
|
||||
|
||||
To start using Spotify you can use the web app or download the app for your OS:
|
||||
|
||||
- [Spotify Web App](https://open.spotify.com)
|
||||
- [Download Spotify](https://www.spotify.com/en/download/)
|
||||
* [Spotify Web App](https://open.spotify.com)
|
||||
* [Download Spotify](https://www.spotify.com/en/download/)
|
||||
|
||||
## 4. Add Spotify Ads List to your adblocker
|
||||
|
||||
@@ -73,7 +73,7 @@ To add Spotify Ads List to your adblocker you will need to make use of a raw fil
|
||||
| Dnsmasq | https://raw.githubusercontent.com/Isaaker/Spotify-AdsList/main/Lists/dnsmasq.txt |
|
||||
| Adguard | https://raw.githubusercontent.com/Isaaker/Spotify-AdsList/main/Lists/adguard.txt |
|
||||
|
||||
!!! question inline end "How can I do this?"
|
||||
!!! question "How can I do this?"
|
||||
You can find more help about how to add this on this links:
|
||||
|
||||
| Adblocker | Link |
|
||||
@@ -99,7 +99,7 @@ To add Spotify Ads List to your adblocker you will need to make use of a raw fil
|
||||
|
||||
To add the whitelist to your adblocker, you have to enter the whitelist domains manually in the whitelist area. You can found the whitelist on this [link](./docs_whitelist.md)
|
||||
|
||||
!!! question inline end "How can I do this?"
|
||||
!!! question "How can I do this?"
|
||||
You can find more help about how to add this on this links:
|
||||
|
||||
| Adblocker | Link |
|
||||
@@ -117,7 +117,7 @@ To add the whitelist to your adblocker, you have to enter the whitelist domains
|
||||
|
||||
Now the installation of the list should be complete, but you can still do more things:
|
||||
|
||||
- [Support my work by giving a star to my repository and/or creating a fork on GitHub](https://github.com/Isaaker/Spotify-AdsList)
|
||||
- [Continue reading the documentation](spotify.piscinadeentropia.es)
|
||||
- [Report false positives or contribute in our repository](https://github.com/Isaaker/Spotify-AdsList/issues)
|
||||
- [Add more adlists](./why_add_more_blocklists)
|
||||
* [Support my work by giving a star to my repository and/or creating a fork on GitHub](https://github.com/Isaaker/Spotify-AdsList)
|
||||
* [Continue reading the documentation](spotify.piscinadeentropia.es)
|
||||
* [Report false positives or contribute in our repository](https://github.com/Isaaker/Spotify-AdsList/issues)
|
||||
* [Add more adlists](./why_add_more_blocklists)
|
||||
@@ -0,0 +1,18 @@
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
|
||||
<!-- Uploaded to: SVG Repo, www.svgrepo.com, Transformed by: SVG Repo Mixer Tools -->
|
||||
<svg width="800px" height="800px" viewBox="0 0 1024 1024" fill="#0433ff" class="icon" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||
|
||||
<g id="SVGRepo_bgCarrier" stroke-width="0"/>
|
||||
|
||||
<g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
|
||||
<g id="SVGRepo_iconCarrier">
|
||||
|
||||
<path d="M839.774 703.942c-35.286 0-63.98-28.696-63.98-63.98s28.696-63.98 63.98-63.98c35.288 0 63.98 28.696 63.98 63.98s-28.694 63.98-63.98 63.98z m0-111.966c-26.46 0-47.984 21.524-47.984 47.984s21.524 47.984 47.984 47.984 47.986-21.524 47.986-47.984-21.526-47.984-47.986-47.984z" fill=""/>
|
||||
|
||||
<path d="M943.742 647.944a7.994 7.994 0 0 1-7.998-7.998c0-52.906-43.048-95.956-95.97-95.956a7.994 7.994 0 0 1-7.998-7.998 7.992 7.992 0 0 1 7.998-7.996c61.732 0 111.966 50.218 111.966 111.95a7.994 7.994 0 0 1-7.998 7.998zM839.774 751.926c-61.73 0-111.964-50.234-111.964-111.964a7.994 7.994 0 0 1 7.998-7.998 7.992 7.992 0 0 1 7.996 7.998c0 52.922 43.05 95.97 95.97 95.97a7.994 7.994 0 0 1 7.998 7.998 7.992 7.992 0 0 1-7.998 7.996zM840.258 647.958c-4.42 0-8.076-3.578-8.076-7.998s3.5-7.998 7.904-7.998h0.172c4.404 0 7.998 3.578 7.998 7.998s-3.594 7.998-7.998 7.998zM616.326 456.018c-4.42 0-8.074-3.578-8.074-7.998s3.498-7.998 7.902-7.998h0.172a8.004 8.004 0 0 1 7.998 7.998 8.004 8.004 0 0 1-7.998 7.998zM839.774 408.032a7.994 7.994 0 0 1-7.998-7.998v-175.948c0-4.42 3.578-7.998 7.998-7.998s7.998 3.578 7.998 7.998v175.948a7.994 7.994 0 0 1-7.998 7.998zM40.494 224.088c-4.412 0-8.074-3.576-8.074-7.998s3.498-7.998 7.92-7.998h0.154c4.422 0 7.998 3.576 7.998 7.998s-3.576 7.998-7.998 7.998zM72.484 224.088c-4.412 0-8.074-3.576-8.074-7.998s3.498-7.998 7.918-7.998h0.156c4.422 0 7.998 3.576 7.998 7.998s-3.576 7.998-7.998 7.998zM104.474 224.088c-4.412 0-8.074-3.576-8.074-7.998s3.498-7.998 7.918-7.998h0.156c4.422 0 7.998 3.576 7.998 7.998s-3.576 7.998-7.998 7.998z" fill=""/>
|
||||
|
||||
<path d="M839.774 240.084H8.03a7.994 7.994 0 0 1-7.998-7.998v-15.996c0-13.23 10.762-23.994 23.992-23.994H823.78c13.23 0 23.992 10.762 23.992 23.994v15.996a7.994 7.994 0 0 1-7.998 7.998zM16.026 224.088h815.75v-7.998c0-4.342-3.654-7.998-7.996-7.998H24.024a8.008 8.008 0 0 0-7.998 7.998v7.998z" fill=""/>
|
||||
|
||||
<path d="M8.03 831.902a7.994 7.994 0 0 1-7.998-7.998V232.086a7.994 7.994 0 0 1 7.998-7.998 7.992 7.992 0 0 1 7.996 7.998v591.818a7.992 7.992 0 0 1-7.996 7.998z" fill=""/>
|
||||
|
After Width: | Height: | Size: 11 KiB |
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
|
||||
<svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M11.9438 7.76762C11.9785 7.75034 11.9956 7.75 12 7.75C12.0044 7.75 12.0215 7.75034 12.0562 7.76762C12.0936 7.78619 12.1518 7.82491 12.2259 7.9016C12.3786 8.05973 12.5539 8.33309 12.7179 8.74301C12.8795 9.14714 13.0143 9.64428 13.1078 10.2092C13.1631 10.5427 13.2027 10.8921 13.2259 11.25H10.7741C10.7973 10.8921 10.8369 10.5427 10.8922 10.2092C10.9857 9.64428 11.1205 9.14714 11.2821 8.74301C11.4461 8.33308 11.6214 8.05973 11.7741 7.9016C11.8482 7.82491 11.9064 7.78619 11.9438 7.76762Z" fill="#1C274C"/>
|
||||
<path d="M9.27133 11.25C9.29642 10.811 9.34356 10.379 9.41233 9.96399C9.5089 9.38112 9.64788 8.8331 9.82738 8.3473C9.52472 8.52732 9.24492 8.74467 8.9948 8.9948C8.60015 9.38944 8.28709 9.85796 8.07351 10.3736C7.9564 10.6563 7.87045 10.9502 7.8167 11.25H9.27133Z" fill="#1C274C"/>
|
||||
<path d="M7.8167 12.75H9.27133C9.29642 13.189 9.34356 13.621 9.41233 14.036C9.5089 14.6189 9.64788 15.1669 9.82738 15.6527C9.52472 15.4727 9.24492 15.2553 8.9948 15.0052C8.60015 14.6106 8.28709 14.142 8.07351 13.6264C7.9564 13.3437 7.87045 13.0498 7.8167 12.75Z" fill="#1C274C"/>
|
||||
<path d="M16.1833 11.25C16.1296 10.9502 16.0436 10.6563 15.9265 10.3736C15.7129 9.85796 15.3999 9.38945 15.0052 8.9948C14.7551 8.74467 14.4753 8.52732 14.1726 8.3473C14.3521 8.8331 14.4911 9.38113 14.5877 9.96399C14.6564 10.379 14.7036 10.811 14.7287 11.25H16.1833Z" fill="#1C274C"/>
|
||||
<path d="M14.7287 12.75H16.1833C16.1296 13.0498 16.0436 13.3437 15.9265 13.6264C15.7129 14.142 15.3999 14.6106 15.0052 15.0052C14.7551 15.2553 14.4753 15.4727 14.1726 15.6527C14.3521 15.1669 14.4911 14.6189 14.5877 14.036C14.6564 13.621 14.7036 13.189 14.7287 12.75Z" fill="#1C274C"/>
|
||||
<path d="M13.2259 12.75C13.2027 13.1079 13.1631 13.4573 13.1078 13.7908C13.0143 14.3557 12.8795 14.8529 12.7179 15.257C12.5539 15.6669 12.3786 15.9403 12.2259 16.0984C12.1518 16.1751 12.0936 16.2138 12.0562 16.2324C12.0215 16.2497 12.0044 16.25 12 16.25C11.9956 16.25 11.9785 16.2497 11.9438 16.2324C11.9064 16.2138 11.8482 16.1751 11.7741 16.0984C11.6214 15.9403 11.4461 15.6669 11.2821 15.257C11.1205 14.8529 10.9857 14.3557 10.8922 13.7908C10.8369 13.4573 10.7973 13.1079 10.7741 12.75H13.2259Z" fill="#1C274C"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.37752 5.08241C3 5.62028 3 7.21907 3 10.4167V11.9914C3 17.6294 7.23896 20.3655 9.89856 21.5273C10.62 21.8424 10.9807 22 12 22C13.0193 22 13.38 21.8424 14.1014 21.5273C16.761 20.3655 21 17.6294 21 11.9914V10.4167C21 7.21907 21 5.62028 20.6225 5.08241C20.245 4.54454 18.7417 4.02996 15.7351 3.0008L15.1623 2.80472C13.595 2.26824 12.8114 2 12 2C11.1886 2 10.405 2.26824 8.83772 2.80472L8.26491 3.00079C5.25832 4.02996 3.75503 4.54454 3.37752 5.08241ZM6.25 12C6.25 11.2449 6.39873 10.4972 6.68769 9.79957C6.97666 9.10195 7.4002 8.46807 7.93414 7.93414C8.46807 7.4002 9.10195 6.97666 9.79957 6.68769C10.4972 6.39873 11.2449 6.25 12 6.25C12.7551 6.25 13.5028 6.39873 14.2004 6.68769C14.8981 6.97666 15.5319 7.4002 16.0659 7.93414C16.5998 8.46807 17.0233 9.10195 17.3123 9.79957C17.6013 10.4972 17.75 11.2449 17.75 12C17.75 12.7551 17.6013 13.5028 17.3123 14.2004C17.0233 14.8981 16.5998 15.5319 16.0659 16.0659C15.5319 16.5998 14.8981 17.0233 14.2004 17.3123C13.5028 17.6013 12.7551 17.75 12 17.75C11.2449 17.75 10.4972 17.6013 9.79957 17.3123C9.10195 17.0233 8.46807 16.5998 7.93414 16.0659C7.4002 15.5319 6.97666 14.8981 6.68769 14.2004C6.39873 13.5028 6.25 12.7551 6.25 12Z" fill="#1C274C"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.6 KiB |
@@ -0,0 +1,17 @@
|
||||
# Standard Version
|
||||
|
||||

|
||||
|
||||
## About
|
||||
|
||||
The Standard format is a highly compatible format. Although this format may not adapt perfectly to the syntax of your adblocker, you can use it with your adblocker while creating a version more adapted to your adblocker.
|
||||
|
||||
In addition, it is possible to use it with the hosts file of your device as described in [this blog](https://nordvpn.com/es/blog/use-hosts-file-block-ads-malware/).
|
||||
|
||||
## Files
|
||||
|
||||
You can see here the version files:
|
||||
|
||||
| Name | Compatibility | Raw URL | File |
|
||||
| -- | -- | -- | -- |
|
||||
| Standard | Highly compatible, no particular system | https://raw.githubusercontent.com/Isaaker/Spotify-AdsList/main/Lists/standard_list.txt | https://github.com/Isaaker/Spotify-AdsList/blob/main/Lists/standard_list.txt
|
||||
+2
-2
@@ -54,7 +54,7 @@ nav:
|
||||
- "Pi-Hole": "docs_pihole.md"
|
||||
- "Dnsmasq": "docs_dnsmasq.md"
|
||||
- "Adguard": "docs_adguard.md"
|
||||
- Whitelist: docs_whitelist.md
|
||||
- "Whitelist": "docs_whitelist.md"
|
||||
- Testing: docs_testing.md
|
||||
- Docs:
|
||||
- "F.A.Q": "docs_faq.md"
|
||||
@@ -64,7 +64,7 @@ nav:
|
||||
- About:
|
||||
- "About": docs_about.md
|
||||
- "License": docs_license.md
|
||||
- "Contributing.md": docs_contributing.md
|
||||
- "Contributing": docs_contributing.md
|
||||
- Report Bug: https://github.com/Isaaker/Spotify-AdsList/issues
|
||||
extra:
|
||||
social:
|
||||
|
||||
Reference in New Issue
Block a user