Spotify open in app

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

< Feedback de Spotify open in app

Avaliação: Bom - o script funciona

§
Publicado em: 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()

Enviar resposta

Entre para publicar uma resposta.