Untracker
Untracker copied to clipboard
Support `spotify.com`
Example URL: https://open.spotify.com/track/0COqiPhxzoWICwFCS4eZcp?si=73ac914g386281b2
Basically the si query string is the only parameter that should be removed
if ($.matches(url, 'open\.spotify\.com')) { return $.retainQueryParameters(url, ''); }
Works