Bookmark Dupes 的评价
Bookmark Dupes 作者: Martin Väth
508 条评价
- 评分 5 / 5来自 B-boy/StyLe/, 7 年前Hi,
No, they are not "alternatives". I have some bookmarks from forums topics with same titles but from different pages so the only difference in the url is the page number and it will be a pain in the neck to remove them manually. I hope you got what I meant. :)
Thanks again and keep up the good work!开发者回应
发布于 7 年前Edit: In bookmark-dupes-5.5, there will be a special replacement text $TITLE which can be used to find “dupes” with the same title. The github page contains already more detailed instructions and a test version.
With bookmark-dupes-5.4, if you are looking for dupes with a _particular_ title (and not for duplicate titles in general), you can create a “modify” rule which checks for this title and replaces the whole URL by a fixed string. You need to fill the following fields for this rule:
“Name matches”: “\0NAME$” (without quotes; NAME is the name you are looking for; write \ in front of every non-letter).
“Replace URL matches”: “.+” (without quotes; this matches the whole URL)
“By” “x” (here, x can be any nonempty dummy text; in bookmark-dupes-5.5, x can even be empty (which was currently not supported due to misguided “safety” considerations)).
Instead of “Name matches” you can also use an URL match for the part which all bookmarks you want to "match" have in common. Or you can simply replace in your example the page number by an empty string, leaving the (common) rest of the URL as it is.
The latter is IMHO the solution which should be preferred, because it is is least likely to give wrong positives, but you need a rule especially adapted for your URL. - 评分 5 / 5来自 Firefox 用户 13095960, 7 年前Thank you for your hard work. But sometimes it'd be useful to have duplicates. So could you pls create an addon that allows that?
开发者回应
发布于 7 年前Duplicates are allowed. What you probably want to achieve is that certain duplicates are not removed or not listed. Both can be done in recent versions:
1. If your duplicates are all within one folder, you can e.g. unmark all bookmarks from that folder: Choose the folder from "-- Select a folder ..." to get the corresponding unmark button.
2. To not list the bookmarks in the first place, you have to use “expert mode”. Switch all default rules to “off” (or delete them), and create a new “filter” rule. Into "Name matches" of that rule you can insert e.g. "\0Frequently used\0" if all your duplicates which you want to ignore are contained in folder(s) named “Frequently used”. You can specify your desired exceptions much more fine-grained (using regular expressions for the full path of the rules). To preserve your setting, you have to store it (locally or remotely).
Actually, the default rules in “Expert mode” already contain an example of a “filter” rule with “typical” names for such folders. - 评分 5 / 5来自 Firefox 用户 13401896, 7 年前
- 评分 5 / 5来自 Firefox 用户 13739877, 7 年前
- 评分 5 / 5来自 Firefox 用户 13738067, 7 年前
- 评分 4 / 5来自 Firefox 用户 13566672, 7 年前
- 评分 5 / 5来自 Firefox 用户 13580868, 7 年前Thanks for the instructions on how to use it. Followed the steps and all worked well. Thanks!
- 评分 5 / 5来自 Firefox 用户 13730996, 7 年前
开发者回应
发布于 7 年前Edit: After re-reading your comment now I realized that I had probably misunderstood it. It seems to me that you request a functionality to remove "dead" bookmarks.
As I had already replied to a previous comment requesting this, I had already played with such checks. But there are so much inherent difficulties (URLs responding in nonstandard ways, temporarily delayed, replying only when certain context strings are sent, etc.) that this would require a lot of fine-grained configuration options to work properly, and it would completely shift the focus of the extension. Also, it would require permissions which IMHO are not appropriate for the extension.
There are other extensions specialized only on such checking. I recommend to use these instead.- 评分 5 / 5来自 Firefox 用户 12200573, 7 年前Thankyou so much! After all these years of browser jumping an answer has found me. 7000 bookmarks and folders cleaned in minutes!!!
Highly recomend to everyone.
-Easy navigation
-Great customisation
-Simple with Expert
thanks again - 评分 3 / 5来自 Andy Bobyarchick, 7 年前
- 评分 5 / 5来自 Firefox 用户 13696316, 7 年前Das ist ja ober super gut. Vielen Dank!
This is a very nice addon - thanks a lot!!! - 评分 5 / 5来自 Firefox 用户 13694525, 7 年前Щикарно. Удалил больше десяти тыщ дублей закладок и больше полуторы тыщи опустевших папок. Firefox 57-0-4
Thanks a lot! - 评分 5 / 5来自 Firefox 用户 13513752, 7 年前Worked quickly and efficiently exactly like you'd want it to. Very lean and very effective.
- 评分 5 / 5来自 Firefox 用户 13621706, 7 年前Nice Options ! Worked simply !
A suggestion : The GUI of the sub-options could be made visually more pleasing. 开发者回应
发布于 7 年前It is the first time that somebody reports such a problem; I was not able to reproduce it.
Edit:
Now bookmarkdupes 4.0 is out. Internally, this is a major internal rewrite, so it might have fixed your problem.
If the problem should persist, I would appreciate if you open a bug on github (or if necessary write me an email) so that we can discuss technical details.