Critiques pour Bookmarks clean up
Bookmarks clean up par itwillnotbeasy
117 notes
- Noté 5 sur 5par Artyom, il y a 4 ans
- Noté 5 sur 5par Utilisateur ou utilisatrice 13959071 de Firefox, il y a 4 ansSo easy to use, so quick to clear all dupes!
- Noté 5 sur 5par Utilisateur ou utilisatrice 13353718 de Firefox, il y a 4 ans
- Noté 5 sur 5par Y.Shimada, il y a 4 ans
- Noté 5 sur 5par Ronen1n, il y a 4 ans
- Noté 5 sur 5par jdautz, il y a 4 ansConforme 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...
- Noté 5 sur 5par Jesszug, il y a 4 ans
- Noté 5 sur 5par Utilisateur ou utilisatrice 16867481 de Firefox, il y a 4 ans
- Noté 5 sur 5par Utilisateur ou utilisatrice 16862548 de Firefox, il y a 4 ansPerfect! The perfect all in one extension I didn't know I needed.
- Noté 5 sur 5par Just Me, il y a 4 ans
- Noté 5 sur 5par Utilisateur ou utilisatrice 16335270 de Firefox, il y a 4 ans
- Noté 5 sur 5par Utilisateur ou utilisatrice 16051578 de Firefox, il y a 4 ans
- Noté 5 sur 5par Alexei Danchenkov, il y a 5 ans
- Noté 5 sur 5par Utilisateur ou utilisatrice 16663057 de Firefox, il y a 5 ansDoes exactly what I needed it to, and even prevents you from being an idiot by telling you to back up your bookmarks.
- Noté 5 sur 5par Ramayac, il y a 5 ans
- Noté 5 sur 5par Nanda L, il y a 5 ans
- Noté 5 sur 5par Joaquin Bravo Contreras, il y a 5 ansIndeed 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 - Noté 5 sur 5par Utilisateur ou utilisatrice 16518013 de Firefox, il y a 5 ansnicht nur die suche sondern auch das entfernen ändern ist effizient möglich
- Noté 5 sur 5par Utilisateur ou utilisatrice 16463260 de Firefox, il y a 5 ansVery usefull one. And good use of boostrap 👍
- Noté 5 sur 5par RJ, il y a 5 ans
- Noté 5 sur 5par 狐狸2020号, il y a 5 ans
- Noté 5 sur 5par Utilisateur ou utilisatrice 13263956 de Firefox, il y a 5 ansWork extremely well for removing bookmarks with broken links. Great addon. Can quickly remove dead links, empty folders and duplicate bookmarks