This web player is an interface that connects to the backend servers of Adblock Radio, that run the ad filter algorithms.
By default, the player will connect to a random server in the list available at https://www.adblockradio.com/api/servers
, under the form https://status.xxx.adblockradio.com/
. You can force the player to choose a given server by appending the query string /?dev=xxx
. Setting /?dev=local
will connect to http://localhost:3066/
.
The player supports two locales, English and French. Language can be set in the UI but you can force it on startup with the query string /?lang=XX
with XX
being either en
or fr
.
The player uses a token
?t=XXX
with XXX
being a JWT.