Post #1891747
2026-04-30 18:06 UTC
@nekohayo
Don't know of any extension, sorry.
My own approach for a similar migration was to fix this up directly in the history/bookmarks database:
- Quit Firefox
- Find the places.sqlite file in your profile
- Make a backup!
- Type: sqlite3 places.sqlite
- Type: update moz_places set url = replace(url, '/-/issues?', '/-/work_items?');
- Quit with Ctrl-D
This will fix both bookmarks and the history. Unfortunately I have no clue how Firefox Sync will react to this stunt.
Replies (0)
No replies.