Hey everyone,
Ran into a bit of an issue today where a url was being shortened in Chrome’s console. It turns out that there’s a quick command you can use to copy the full value:
copy(myVariable)
Type copy into the console window and pass the variable you want to copy as a parameter. This will then be saved to your clipboard for pasting.
Check out this Stackoverflow post for more info: http://stackoverflow.com/a/19184513/522859