https://github.com/guytepper/lastfm-unscrobbler
Delete multiple scrobbles from your Last.fm profile
https://github.com/guytepper/lastfm-unscrobbler
lastfm
Last synced: 5 months ago
JSON representation
Delete multiple scrobbles from your Last.fm profile
- Host: GitHub
- URL: https://github.com/guytepper/lastfm-unscrobbler
- Owner: guytepper
- Created: 2018-09-01T13:33:27.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-04-15T13:32:13.000Z (about 1 year ago)
- Last Synced: 2025-04-15T14:37:37.590Z (about 1 year ago)
- Topics: lastfm
- Language: JavaScript
- Homepage:
- Size: 46.9 KB
- Stars: 37
- Watchers: 2
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Last.FM Unscrobbler
Last.FM does not allow deleting multiple scrobbles - only one at a time. This extension adds the missing feature.

## Installation
The extension is available to install for [**Chrome**](https://chrome.google.com/webstore/detail/lastfm-unscrobbler/pjlmjmkpaklofeinjkhhdcggbgjhahek) and [**Firefox**](https://addons.mozilla.org/en-US/firefox/addon/last-fm-unscrobbler/).
## Contributing
1. Fork the repo on GitHub.
2. Clone the project to your own machine.
3. 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**](https://developer.chrome.com/extensions/getstarted) tutorial.
4. Commit changes to your own branch.
5. Push your work back up to your fork.
6. Submit a Pull request 🕺
**Tip:** It's recommended to use [`web-ext`](https://github.com/mozilla/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**](https://github.com/prettier/prettier)