Untracker icon indicating copy to clipboard operation
Untracker copied to clipboard

Support `spotify.com`

Open John4266 opened this issue 2 years ago • 1 comments

Example URL: https://open.spotify.com/track/0COqiPhxzoWICwFCS4eZcp?si=73ac914g386281b2 Basically the si query string is the only parameter that should be removed

John4266 avatar Mar 05 '24 17:03 John4266

if ($.matches(url, 'open\.spotify\.com')) { return $.retainQueryParameters(url, ''); }

Works

linuzzx avatar Mar 25 '24 13:03 linuzzx