fwenzel / copy-shorturl

A Firefox extension to quickly create a short URL for the current page and copy it to the clipboard.
https://addons.mozilla.org/addon/copy-shorturl
Apache License 2.0
35 stars 15 forks source link

Trim whitespace from results #13

Closed jsocol closed 14 years ago

jsocol commented 14 years ago

I don't know if this is limited to bit.ly/j.mp, but the URL comes back with a newline character at the end. It should be safe to trim white space from both ends of the URL.

fwenzel commented 14 years ago

Fixed by 903d7b7 .