Відгуки для Bookmark Dupes
Bookmark Dupes автор Martin Väth
533 відгуки
- Оцінка 5 з 5від FlopP, 7 років томуSaved me hours of sorting after the xmarks sync bug that duplicated countless bookmarks.
Thank you! - Оцінка 4 з 5від Korwin, 7 років томуFirefox 67.0a1, Windows 10. Нельзя выделить сразу все найденные результаты, приходиться выделять по одному. Пустые папки находит, закладки с одинаковыми URL тоже.
Відповідь розробника
оприлюднено 7 років томуThe first claim seems to be incorrect:
There is a button to select all bookmarks. Also many other combinations of bookmarks can be selected by just pressing a single button.
If these buttons should not work, please report a bug. - Оцінка 4 з 5від Wireball, 7 років томуBookmark Dupes removed over thirteen thousand* duplicate bookmarks in about ten minutes. The multi-select is awesome. Remove all but the newest, for example.
My only regret is that it doesn't *seem* to support merging the contents of folders with the same names. After deleting empty folders, I have two hundred folders remaining with various different assortments of bookmarks in them, but most of the folder names are duplicated over five times :)
*-(Some people might be wondering how I ended up with so many duplicates to begin with. Xmarks and to a lesser extent Sync had some problems merging bookmark sets with large numbers of changes between different computers. A few browser crashes while syncing didn't help. That led to huge amounts of bookmark and folder duplication.)Відповідь розробника
оприлюднено 7 років тому> merging the contents of folders with the same names
Merging/Removing duplicate bookmark *folders* is IMHO a rather different task than removing bookmarks.
(Actually, I consider already the option to "move" instead of removing the bookmarks a questionable feature.) It would require a completely different UI.
Currently, it is not implemented, and I have neither plans nor time to implement it (if somebody really wants to implement it, please contact me by pm or on github.)
Concerning the bug that the moving does copying instead of moving: I cannot reproduce it.
Technically, it uses this function https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/bookmarks/move and if this does not do the claimed thing, I would say it is a firefox bug (which should be reported to firefox), or perhaps you have some strange folder which is e.g. immediately re-filled by some other extension or something similar I cannot reproduce.
But it seems that this part was removed from your comment, so perhaps you could not reproduce either.
If you can, please report details about the bug on github (or send me a pm). - Оцінка 4 з 5від Користувач Firefox 12773489, 7 років тому
- Оцінка 5 з 5від Користувач Firefox 14632191, 7 років томуDoes exactly what it says on the tin, very simple but extensible.
- Оцінка 5 з 5від Nikson_KA, 7 років тому
- Оцінка 5 з 5від Jerry, 7 років тому
- Оцінка 5 з 5від harl windwolf, 7 років томуSimple & very useful. Particularly the regex/expert mode really helps (even with the prefab settings). The rather thorough description and the dev's responses show that he knows what he's doing (as can be expected from an experienced academic mathematician).
All the best to Mr. Väth. - Оцінка 5 з 5від tehbilly, 7 років тому
- Оцінка 4 з 5від Користувач Firefox 14322601, 7 років тому
- Оцінка 5 з 5від Користувач Firefox 14053648, 7 років тому
- Оцінка 5 з 5від Користувач Firefox 14614534, 7 років тому
- Оцінка 5 з 5від RoshGadol, 7 років тому
- Оцінка 5 з 5від Diser, 7 років тому
- Оцінка 5 з 5від Користувач Firefox 14601871, 7 років тому
- Оцінка 5 з 5від Sergey, 7 років тому
- Оцінка 5 з 5від Користувач Firefox 14504057, 7 років тому
- Оцінка 5 з 5від Користувач Firefox 14583972, 7 років тому
- Оцінка 4 з 5від B Tang, 7 років томуUseful addon but would be even better if it had an option to chose which bookmark folders to check for duplicates / include only certain folders in the duplicate search.
- Оцінка 1 з 5від Користувач Firefox 12753665, 7 років тому
- Оцінка 5 з 5від EricL, 7 років тому
- Оцінка 5 з 5від Користувач Firefox 13535060, 7 років тому
- Оцінка 4 з 5від Outlander1978, 7 років тому
- Оцінка 5 з 5від Sperling943, 7 років томуPerfect for removing duplicates and empty folders. Thank You so much for this extension I would love to give something back via IBAN or in some other way. Really solved all my bookmarks problems. Only small issue I found that not all empty folders were removed in one go. (I guess it does not remove folders with empty folders inside) Otherwise really just awesome extension. Thanks again!
Відповідь розробника
оприлюднено 7 років томуIndeed, a folder is not empty if it contains a folder (no matter whether the inner folder is empty).
Theoretically, one could list those "recursively empty" folders but in practice there are several problems with that: One would have to couple implicitly selections of folders to be deleted (which might be confusing), the order in which folders are deleted becomes less transparent, and last but not least, some people would like to keep the "outer" structure of folders.
Instead of presenting a more complicated/confusing user interface, it was therefore a design decision to just possibly require several "clean empty folder" steps: The maximal number of repetitions necessary is the length of the deepest path consisting only of empty folders. In practice this should be far less than 10.