Recensioni per Bookmarks clean up
Bookmarks clean up di itwillnotbeasy
117 recensioni
- Valutata 5 su 5di Utente Firefox 13353718, 4 anni fa
- Valutata 5 su 5di Utente Firefox 16867481, 4 anni fa
- Valutata 5 su 5di Utente Firefox 16862548, 4 anni faPerfect! The perfect all in one extension I didn't know I needed.
- Valutata 5 su 5di Utente Firefox 16335270, 4 anni fa
- Valutata 5 su 5di Utente Firefox 16051578, 4 anni fa
- Valutata 5 su 5di Alexei Danchenkov, 4 anni fa
- Valutata 5 su 5di Utente Firefox 16663057, 5 anni faDoes exactly what I needed it to, and even prevents you from being an idiot by telling you to back up your bookmarks.
- Valutata 5 su 5di Joaquin Bravo Contreras, 5 anni faIndeed 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 - Valutata 5 su 5di Utente Firefox 16518013, 5 anni fanicht nur die suche sondern auch das entfernen ändern ist effizient möglich
- Valutata 5 su 5di Utente Firefox 13263956, 5 anni faWork extremely well for removing bookmarks with broken links. Great addon. Can quickly remove dead links, empty folders and duplicate bookmarks
- Valutata 5 su 5di Utente Firefox 16385583, 5 anni faI love this, and want to make a feature request, please add a progress bar, I can't tell whether it is working or not.