Greasy Fork is available in English.

Spotify open in app

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

< Commentaires sur Spotify open in app

Avis: Bon - le script fonctionne correctement

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()

Poster une réponse

Connectez-vous pour poster une réponse.