Recensioner för Bookmarks clean up
Bookmarks clean up av itwillnotbeasy
188 recensioner
- Betygsatt 5 av 5av Firefox-användare 16051578, för 5 år sedan
- Betygsatt 5 av 5av Alexei Danchenkov, för 5 år sedan
- Betygsatt 4 av 5av StillMissingOldFF, för 5 år sedanGreat addon, it checked my 650 bookmarks quite fast and I deleted about 80 bookmarks to sites not reachable anymore. 4 websites were reachable despite marking them as not. But I expected it not to be perfect.
- Betygsatt 1 av 5av Francesco, för 5 år sedanE' inaffidabile!!! trova molte pagine con errori e ti dice di cancellarle, pero di solito il sito esiste e funziona bene, è che la pagina è stata spostata! così cancelli la pagina pensado che non esista più! inoltre non ti da la possibilità di aggiornare le pagine che sono state re-indirizzate!
- Betygsatt 5 av 5av Firefox-användare 16663057, för 5 år sedanDoes exactly what I needed it to, and even prevents you from being an idiot by telling you to back up your bookmarks.
- Betygsatt 5 av 5av Ramayac, för 5 år sedan
- Betygsatt 4 av 5av Rigido71, för 5 år sedanJust installed on latest Nightly and used to clean up my Bookmarks. Everything worked like a charm removed duplicates and empty (probably left over) folders. I would give 5 starts right now but...when I tried to clean broken urls I really missed the "Folder" info as some links are for customers system and the only way to know it is the folder they're saved into.
- Betygsatt 5 av 5av Nanda L, för 5 år sedan
- Betygsatt 5 av 5av Joaquin Bravo Contreras, för 5 år sedanIndeed 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 - Betygsatt 5 av 5av Firefox-användare 16518013, för 5 år sedannicht nur die suche sondern auch das entfernen ändern ist effizient möglich
- Betygsatt 2 av 5av jdev789, för 5 år sedanIt would be great to have a single button that will remove any additional URL links on every folder without having to go to each one individually and select it. Automation is key.
- Betygsatt 4 av 5av Ricardo Gladwell, för 5 år sedan
- Betygsatt 5 av 5av Firefox-användare 16463260, för 5 år sedanVery usefull one. And good use of boostrap 👍
- Betygsatt 5 av 5av RJ, för 5 år sedan
- Betygsatt 5 av 5av 狐狸2020号, för 5 år sedan
- Betygsatt 1 av 5av Firefox-användare 16420286, för 5 år sedanThis tool doesn't do anything. I can see the duplicates myself, thousands of them, but it doesn't delete them. No help or instructions anywhere that I can find including on the tool's page itself. One hour of time down the drain. I obviously can delete these dups one at a time but I have thousands that occurred recently so I was looking for a solution.
- Betygsatt 5 av 5av Firefox-användare 13263956, för 5 år sedanWork extremely well for removing bookmarks with broken links. Great addon. Can quickly remove dead links, empty folders and duplicate bookmarks
- Betygsatt 5 av 5av Firefox-användare 16385583, för 5 år sedanI love this, and want to make a feature request, please add a progress bar, I can't tell whether it is working or not.
- Betygsatt 5 av 5av Deborah, för 5 år sedan
- Betygsatt 5 av 5av Celsius, för 5 år sedan
- Betygsatt 5 av 5av woodpecker, för 5 år sedan
- Betygsatt 3 av 5av Nunya, för 5 år sedanI like this app a lot, but I had to take 2 points because I had to go through the whole list and manually select like 100 duplicates because they were in a different folder. Thanks for finding them, but you should tell people to merge folders before they bother with the duplicates. You should set is up as a process, bing bang boom, just do the whole thing. That's 1 point.
The other thing is your "Find Broken Urls" function isn't working. I don't know if it has to do with my JS settings or my VPN, but it's ignoring the timeout criteria I provided. I set it to wait a full minute before adding a site to the list. Maybe it's on my end, or maybe you set the maximum to 1 second and didn't tell me, but it looks broken.
Whatever it is, I bet putting all the functions into a single, linear process fixes it, at least on my end. Let me know if you do that and I'll fix your rating. Keep up the good work.