Reviews for Bookmarks clean up
Bookmarks clean up by itwillnotbeasy
118 reviews
- Rated 5 out of 5by Artyom, 4 years ago
- Rated 5 out of 5by Firefox user 13353718, 4 years ago
- Rated 5 out of 5by Y.Shimada, 4 years ago
- Rated 5 out of 5by Ronen1n, 4 years ago
- Rated 5 out of 5by jdautz, 4 years agoConforme a la philosophie Unix : Ne fait qu'une chose mais le fait bien. Chaque action est bien séparée. L'interface est simple et claire. Pour moi c'est un modèle que d'autres extensions devraient suivre...
- Rated 5 out of 5by Jesszug, 4 years ago
- Rated 5 out of 5by Firefox user 16867481, 4 years ago
- Rated 5 out of 5by Firefox user 16862548, 4 years agoPerfect! The perfect all in one extension I didn't know I needed.
- Rated 5 out of 5by Just Me, 4 years ago
- Rated 5 out of 5by Firefox user 16335270, 4 years ago
- Rated 5 out of 5by Firefox user 16051578, 4 years ago
- Rated 5 out of 5by Alexei Danchenkov, 4 years ago
- Rated 5 out of 5by Firefox user 16663057, 5 years agoDoes exactly what I needed it to, and even prevents you from being an idiot by telling you to back up your bookmarks.
- Rated 5 out of 5by Ramayac, 5 years ago
- Rated 5 out of 5by Nanda L, 5 years ago
- Rated 5 out of 5by Joaquin Bravo Contreras, 5 years agoIndeed it is lacking a feature to remove all bookmarks. What I did is open the dev console and ran this script a couple of times:
// select all duplicateCards
let duplicateCards = document.querySelectorAll('.duplicate');
// click the checkboxes leaving one out, 500 at a time to avoid timing out (I had a lot of duplicates)
for (let i=0; i<500; i++) {
let boxes = duplicateCards[i].querySelectorAll('.custom-checkbox input');
for (let j=1; j boxes[j].click();
}
}
// manually click the `remove all selected` button
// repeat :-p - Rated 5 out of 5by Firefox user 16518013, 5 years agonicht nur die suche sondern auch das entfernen ändern ist effizient möglich
- Rated 5 out of 5by RJ, 5 years ago
- Rated 5 out of 5by 狐狸2020号, 5 years ago
- Rated 5 out of 5by Firefox user 13263956, 5 years agoWork extremely well for removing bookmarks with broken links. Great addon. Can quickly remove dead links, empty folders and duplicate bookmarks