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的回應

評論:正評 - 腳本一切正常

§
發表於: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()

發表回覆

登入以回復