Đánh giá cho bookmark batch-updater
bookmark batch-updater bởi MrOtherGuy
1 đánh giá
- Xếp hạng 3 trong số 5bởi Người dùng Firefox 12797475, 3 năm trướcused 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.Phản hồi của nhà phát triển
đã đăng 3 năm trướcWell, 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.