bookmark batch-updater 的评价
bookmark batch-updater 作者: MrOtherGuy
1 条评价
- 评分 3 / 5来自 Firefox 用户 12797475, 3 年前used it to change about 1000 http bookmarks to https.
It didn't change the 'add time' or the 'last visit' date.
BUT it did erase all the TAGS for the changed bookmarks.
Good work on this extension,but as I use tags a lot, I am gonna reload the saved bookmarks.
EDIT: Thank you MrOtherGuy for the reply.
I read the bugtrack and it makes sense. Guess I am back on manual changes or playing with JSON.开发者回应
发布于 3 年前Well, that is very unfortunate. The behavior to remove tags however is not limited to this extension, as it turns out it's a Firefox bug that whenever any extension modifies a bookmark URL then all its tags are removed. Here is the relevant bugzilla entry for that: https://bugzilla.mozilla.org/show_bug.cgi?id=1440988
You can test the regexp mode to change just the bookmark title but leave the url fields empty - in that case the urls won't be changed and thus the tags should be preserved. Unfortunately this won't help you update your http bookmarks then, sadly it looks like no extension can do that while preserving tags.
But I need to add this information into the extension UI - so thanks for the heads-up.