Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cadeyrn/keep-or-delete-bookmarks
Cleaning up bookmarks is boring. The new Firefox add-on Keep or Delete Bookmarks brings some fun to this task by allowing you to sort out the bookmarks the "Tinder way".
https://github.com/cadeyrn/keep-or-delete-bookmarks
bookmarks firefox firefox-addon firefox-extension webextension
Last synced: 4 days ago
JSON representation
Cleaning up bookmarks is boring. The new Firefox add-on Keep or Delete Bookmarks brings some fun to this task by allowing you to sort out the bookmarks the "Tinder way".
- Host: GitHub
- URL: https://github.com/cadeyrn/keep-or-delete-bookmarks
- Owner: cadeyrn
- License: mpl-2.0
- Created: 2019-07-07T19:46:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-11T17:18:00.000Z (5 months ago)
- Last Synced: 2024-08-02T15:50:42.116Z (3 months ago)
- Topics: bookmarks, firefox, firefox-addon, firefox-extension, webextension
- Language: JavaScript
- Homepage: https://addons.mozilla.org/en-US/firefox/addon/keep-or-delete-bookmarks/
- Size: 4.66 MB
- Stars: 25
- Watchers: 3
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Firefox Add-on: Keep or Delete Bookmarks
## Support the development
**Please consider making [a donation](https://www.paypal.com/paypalme/agenedia/) to support the further development of
Keep or Delete Bookmarks. Thank you very much!**## Description
**Cleaning up bookmarks is boring. The Firefox add-on Keep or Delete Bookmarks brings some fun to this task by
allowing you to sort out the bookmarks the "Tinder way".**The add-on randomly displays one bookmark, including the title, the URL and the bookmark folder. The user has
several options:
1) Keep the bookmark. The bookmark will be added to a whitelist and Keep or Delete Bookmarks will never ask again about
this bookmark.2) Delete the bookmark. The bookmark will be deleted from your Firefox.
3) Skip the bookmark and defer the decision. Keep or Delete Bookmarks will show you the next bookmark without any
action.4) Open the bookmark. Maybe you are not sure about the bookmark yet. This options lets you open the bookmark in a new
tab before you make a decision.### Features
- Keep or Delete Bookmarks always shows one random bookmark
- The add-on automatically checks whether the bookmark still works or is broken
- An internal skip list is used for domains that are known to be unverifiable
- You can keep or delete the bookmark, you can open the bookmark in a new tab, or you can defer the decision
- After an action Keep or Delete Bookmarks shows you the next bookmark
- Keep or Delete Bookmark makes sure that you never see the same bookmark two times in a row
- There is a confirmation dialog when you press the delete button
- You can disable the confirmation dialogs with one click
- You can remove bookmarks from the whitelist at any time
- You can also use keyboard shortcuts for the primary actions:
- Left Arrow: show previous bookmark
- Right Arrow: show next (random) bookmark
- Enter: open bookmark
- Space: add bookmark to whitelist
- Backspace: delete bookmark (or opens confirmation dialog if enabled)
- in bookmark deletion confirmation dialog:
- ESC: close dialog
- Enter: delete bookmark### Planned features
You can find the roadmap and request new features in the
[issues tracker](https://github.com/cadeyrn/keep-or-delete-bookmarks/issues).### Languages
The add-on is currently available in the following languages:
- English
- German
- Dutch (Thanks, PanderMusubi!)
- Japanese (Thanks, Shitennouji!)
- Upper Sorbian (Thanks, milupo!)
- Lower Sorbian (Thanks, milupo!)### Screenhots
| | |
:-------------------------:|:-------------------------:
![](screenshots/keep-or-delete-bookmarks-en-1.png) | ![](screenshots/keep-or-delete-bookmarks-en-2.png)
![](screenshots/keep-or-delete-bookmarks-en-3.png) | ![](screenshots/keep-or-delete-bookmarks-en-4.png)
![](screenshots/keep-or-delete-bookmarks-en-5.png) |### Permissions
Keep or Delete Bookmarks needs several permissions to work properly.
#### mandatory permissions
Keep or Delete Bookmarks does not work without the following permissions:
##### access browser tabs
The permission to access the browser tabs is needed so that Keep or Delete Bookmarks can jump to the already opened
user interface if the user interface is already opened in another tab and you click the button in the browser's toolbar.##### read and modify bookmarks
You installed Keep or Delete Bookmarks to show and remove bookmarks, so it should be clear why the permission is needed
to read and modify your bookmarks.#### optional permissions
##### access your data for all sites
The add-on checks the bookmarks by sending a request to the appropriate URLs. This cannot work without the permission
to access these sites. Keep or Delete Bookmarks asks at runtime for this permission if you want to execute this check.#### silent permissions
Keep or Delete Bookmarks needs some more permissions, but Firefox does not prompt for the following permissions:
##### menus
The menus permission is needed for providing a menu entry in the tools menu to access Keep or Delete Bookmarks's user
interface.##### storage
The storage permission is needed so that Keep or Delete Bookmarks can remember which bookmarks you want to keep.
## Compatibility
Keep or Delete Bookmarks is a WebExtension and compatible with Firefox Browser 68 and higher (Firefox Browser 109 or
higher is required for the latest version of Keep or Delete Bookmarks).## Download
[Download Keep or Delete Bookmarks](https://addons.mozilla.org/en-US/firefox/addon/keep-or-delete-bookmarks/)
## Release Notes
[Release Notes](CHANGELOG.md "Release Notes")