Then paste the contents of the clipboard where you want to keep it. Notepad will do nicely, once Ctrl-V and voila. Close the console (Ctrl-Shift-J).
Open the console : Chrome (Ctrl+Shift+J) and Firefox (Ctrl+Shift+K) :
Enter the following code snippet to copy the raw emblem data to the clipboard:
copy('emblem.emblem.load('+JSON.stringify(emblem.emblem.data,null,2)+');');