jackweatherford / spotify-friend-activity

View your friends' activity in Spotify's web player.
https://jackweatherford.github.io/spotify-friend-activity
MIT License
23 stars 2 forks source link

[ENHANCEMENT] Open songs in new tab #2

Open saurabh-jadhav-09 opened 2 years ago

saurabh-jadhav-09 commented 2 years ago

When I CLick on friend activity it should directly play on the downloaded spotify web player instead of opening in a new browser tab

TheBlapse commented 2 years ago

This won't be possible. To do this one will need to add code to spotify's source code and then compile and ship. Best option is to request spotify to add friend activity on web version as well.

jackweatherford commented 1 year ago

A potential solution could be to give the user a new setting in the Popup Menu, something like this: 23-04-09_20-59-22 And when they toggle "Open songs in new tab" off, it would remove target="_blank" from activity links. Of course that would still run into the problem of reloading the page as mentioned here. But if the user was fine with the page reloading, they could still have that option.

thanofoz1995 commented 1 year ago

The open songs feature is not showing up in the tap.

jackweatherford commented 1 year ago

The open songs feature is not showing up in the tap.

Sorry for the confusion, this is not a feature in the extension yet, just an idea for a future version.