Spotify open in app

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

< Valutazione su Spotify open in app

Recensione: Bene - lo script funziona

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

Pubblica risposta

Accedi per pubblicare una risposta.