A music player that connects to your cloud/distributed storage.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 0e0d32fd2baa97616c50a2a3b6b60bff3fad5382 5 lines 221 B view raw
1const prefix = "oauth/callback"; 2const redirect_path = sessionStorage.getItem(`${prefix}/redirect_path`) ?? "/"; 3 4sessionStorage.removeItem(`${prefix}/redirect_path`); 5location.assign(`${redirect_path}${location.hash}`);