bluelhf / spotify-web-ads-remover

Simple extension to remove audio ads on Spotify web player

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Important

This repository adds Firefox support by Felix Brunet and my own fix for content script injection with Spotify's new hash- and nonce sources.

Ad Blocker for Spotify Web

This is an experimental, simple chrome extension to remove audio ads on Spotify web player. It's available on the Chrome Web Store too.

How ads are removed

Ads are removed by intercepting and then tampering with Spotify's state machine requests/updates on the fly.

The states are modified so that states that represent ads are skipped over (pointing to the state afterwards). This is done in ads_removal.js.

About

Simple extension to remove audio ads on Spotify web player

License:GNU General Public License v3.0


Languages

Language:JavaScript 92.0%Language:CSS 6.4%Language:HTML 1.6%