To transfer reviews you can follow these steps
- Find the browser console (F12 → Console)
- Export review cache to a string by inputting
JSON.stringify(await review_cache.get_reviews())
a. Copy the string, including enclosing quotes (just hit copy)- Transfer to new device by your preferred method
- Insert into review cache
review_cache.insert(JSON.parse(<string>))