Spotify open in app

This userscript redirects open.spotify.com links to the desktop app

< Opiniones de Spotify open in app

Puntuación: Bueno; el script funciona tal y como promete

§
Publicado: 30/10/2020

A little refactor if you'd like :)

const [ , type, id ] = document.URL.match(
    /[\/\&](track|playlist|album|artist|show|episode)\/([^\&\#\/\?]+)/i
)
window.location.replace( `spotify:${ type }:${ id }` )
// window.close()

Publicar respuesta

Inicia sesión para responder.