(Note: only tested in Chrome on Windows)
- Log into BF4 Battlelog.
- Visit the Customize emblem page.
- Select the emblem you wish to export.
- Open the console (Ctrl-Shift-J).
- Enter the following code snippet to copy the raw emblem data to the clipboard.
copy('emblem.emblem.load('+JSON.stringify(JSON.parse(S.globalContext.emblem.jsonShapeData),null,2)+')')- Paste somewhere useful, like a gist or gist comment. Whatever.
- Close the console (Ctrl-Shift-J).
- Log into BF4 Battlelog.
- Visit the Customize emblem page.
- Click the big "+ ADD" button.
- Open the console (Ctrl-Shift-J).
- Paste the contents of a previously-exported emblem into the console.
- Click the "SAVE & USE" button in the top right.
- Close the console (Ctrl-Shift-J).
Really nice, thanks!