Spot SponsorBlock is a browser extension that allows you to submit segments in Spotify podcasts and fetch segments that other people have submitted. To do this, it utilises the SponsorBlock API to communicate with the SponsorBlock server run by Ajay.
Also see the terms of use.
Almost all data that is collected through this extension can be downloaded from https://sponsor.ajay.app/database. Some more sensitive data such as votes and hashed IPs are stored in a private database.
The only things Ajay keeps are:
- Information you submit (segments, votes)
- A hashed version of your userID (a randomly generated value assigned when you first install the extension)
- The time the submission happened
- A hashed + salted version of your ip address for ratelimiting. This process makes it close to impossible to retrieve the original value if they don't have access to the salt.
- The name of your client (if using an extension, another port, etc.)
The extension also optionally logs whenever you skip a segment. This is used to let other users know how much their submissions have helped others (leaderboard). The skip tracking is completely anonymous and can be disabled in settings.
Each time you browse to a new Spotify podcast:
- An anonymous request is sent asking for the segments for that episode.
- This request contains a prefix of the episodeID hash, and returns a list of episodes that potentially could be the one you are looking for
- This request contains no personally identifiable information and no IPs are logged connected with this request
Each time you skip a segment: IF you have skip tracking enabled:
- An anonymous request is sent with the ID of the segment to record one skip
- This request contains no personally identifiable information and no IPs are logged connected with this request
Each time you vote on a submission:
- A request with your userID and the segment ID is sent
- A hashed IP is stored with this information to help prevent spammers
Each time you submit a segment
- A request with the episode ID, your user ID and the submission is sent
- A hashed IP is stored with this information to help prevent spammers
For every request:
- A hashed + salted (salt rotated every 48 hours) IP address is temporarily stored without the actual request details
- This allows the stats page to have count the number of users of the API
- This data is stored in a seperate program from the main server and stored in memory. Form more details on how it works, see here
This data stays on your device
Each time you skip a segment:
- A sum is counted of the amount of time you have skipped in total
Each time you downvote or hide a segment: If you have downvote storage enabled:
- A hash prefix of the episodeID is stored locally along with a hash of the segment ID to keep that segment hidden when you listen to the episode in the future
Children under 13 are not allowed to use this service without permission from a legal guardian.
By using this browser extension or API, you hereby consent to the Privacy Policy.
Please email Ajay with your request.
Cloudflare is used as a caching proxy service in front of the SponsorBlock servers to reduce load on the servers and costs. It logs some information itself that Ajay cannot control, such as the number and location of connecting IPs. More information can be found at https://www.cloudflare.com/privacypolicy/
If you would like to avoid cloudflare, you can change your server address (in the browser extension settings) to https://api.sponsor.ajay.app
Ajay sometimes need to enable error logging in nginx. This does log IPs associated with connection errors (not all requests), but he will delete these logs within 72 hours whenever that is enabled.
If you have additional questions or require more information, contact Ajay through his email at dev@ajay.app. You can also ask him questions on Discord (Ajay#1922) or Matrix. If the questions are specific to the Spot SponsorBlock extension you can contact us through our email dev@spotsponsorblock.org or on Discord (kurre#9212).