Greasy Fork is available in English.

Spotify open in app

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

< Spotify open in appについてのフィードバック

レート:良 – スクリプトは良好に動作する

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

返信を投稿

返信を投稿するにはログインしてください。