I wrapped this into a CLI, this is a great tool to quickly verify your sync data by fxa email pw: https://github.com/edmoz/fxa-sync-client
npm install bin/sync-cli.js It just dumps out for each data type ♠ bin/sync-cli.js -e [email protected] -p <redacted> -t tabs env: {"syncAuthUrl":"https://token.stage.mozaws.net","fxaServerUrl":"https://api-accounts.stage.mozaws.net/v1","duration":31536000} ::tabs:: [ { "id": "YZTktQD6K3lA", "clientName": "Edwin's Nightly on edog", "tabs": [ { "title": "SFGate: San Francisco Bay Area - News,Bay Area news, Sports, Business, Entertainment, Classifieds - SFGate", "urlHistory": [ "http://www.sfgate.com/" ], "icon": "", "lastUsed": 1399323810 }, { "title": "Hacker News", "urlHistory": [ "https://news.ycombinator.com/" ], "icon": "", "lastUsed": 1399323796 } ] } ] On May 2, 2014, at 2:42 PM, Zachary Carter <[email protected]> wrote: > I wrote a client for node.js that can download and decrypt Sync data: > https://github.com/zaach/node-fx-sync > > It could be turned into a browser script with the right crypto shim and a > build step, which I'll probably do at some point. > > -z > _______________________________________________ > Sync-dev mailing list > [email protected] > https://mail.mozilla.org/listinfo/sync-dev _______________________________________________ Sync-dev mailing list [email protected] https://mail.mozilla.org/listinfo/sync-dev

