Spotify open in app

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

< Spotify open in app 피드백으로 돌아가기

리뷰: 좋음 - 스크립트가 잘 작동함

§
게시: 2020-10-30

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

답글 게시

답글을 게시하려면 로그인하세요.