We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
from a user support request in Chrome Webstore dashboard:
Assign a key (I suggest W) to add a track to your wishlist from the album page without having to go onto the track page.
The text was updated successfully, but these errors were encountered:
any update on this possibly getting implemented? would be so convenient to have. thanks again for making this tool!
Sorry, something went wrong.
It’s still a possibility but I haven’t put any work into it. You’ll see comments here when that changes
each track in the wishlist view takes the form:
<li id="collection-item-container_2206380151" class="collection-item-container track_play_hilite" data-trackid="2206380151" data-itemid="2206380151" data-itemtype="track" data-tralbumid="2206380151" data-tralbumtype="t" data-bandid="980490623" data-ispurchasable="true" data-title="Eat It" data-index="">...</li>
this is enough information to get make generate a 1-click button on the page.
note: an observer will be needed to track when more of the wishlist is loaded
No branches or pull requests
from a user support request in Chrome Webstore dashboard:
The text was updated successfully, but these errors were encountered: