Last.FM does not allow deleting multiple scrobbles - only one at a time. This extension adds the missing feature.
The extension is available to install for Chrome and Firefox.
- Fork the repo on GitHub.
- Clone the project to your own machine.
- Add the extension to your browser while you're on developer mode. If you've never done that before, I recommend reading this Getting Started tutorial.
- Commit changes to your own branch.
- Push your work back up to your fork.
- Submit a Pull request 🕺
Tip: It's recommended to use web-ext
for development. After installing web-ext
globally on your machine, you can run npm run chrome
or npm run firefox
, and have the extension auto reloaded while developing.
Note: Please make sure to format your code using Prettier