Have you ever been in Firefox and wanted to paste multiple lines of text into a single-line text field? You know, like in the example above where there is an address which has been placed on two different lines, but if you paste that into the Google Maps search field it will cutoff anything on the second line.
Although you can’t do this in Firefox by default, it is actually possible with a quick little tweak:
- In the Firefox Address Bar type about:config and press Enter.
- Find the option that is named editor.singleLine.pasteNewlines and double-click on it.
- Change the value to 2.
Now you can copy and paste, or drag and drop multiple lines of text into a single-line input field! How cool is that?
Other browsers besides Firefox handle this in different ways. Internet Explorer will not allow multi-line pasting into input boxes, but Opera on the other hand does. In Opera it is extremely handy because it allows for fast right-click multi-line address lookups.
[via Lifehacker]
Thanks for the tip Jason!
This is just one of the many helpful tips that we have done. You can find more of them by visiting our Helpful Tips category, or by subscribing to our Helpful Tips feed. We also have a full feed available if you want to receive all of our articles in your reader!
Tags: Firefox, Helpful Tips, Software, Browser, Firefox Tweaks, Hacks, How To, Tips And Tricks


Related Posts:
- CyberNet’s Year in Review: November-December
- CyberNotes: Time Savings Windows Clipboard Software
- Mozilla Switches From “I’m Feeling Lucky” To “Browse By Name”
- "Stitch" Photos Together Using DipStych
- Let FedEx Pay For Your Furniture





















Oh man, you have no idea how many times I have wished for a way to do this. Sometimes it’s the stupidest things that make you happy. lol Thanks a ton for the tip!
Oh this is so cool! I can totally relate to Topshelf and have missed this too a lot of times. Great tip buddy!
I remember noticing this in Opera recently. No surprise they get it right by default.
So why is this not enabled by default? Is it buggy?
I’ve always wanted this to work too, I wonder why it’s not the default setting?
Glad you guys found it helpful. As for why it is not default I’m not sure. Maybe it is because the data has to be manipulated (a.k.a. new lines removed/replaced) in order for it to work, which might not always be a good thing? As it turns out, however, there are multiple values for that option:
0 (default in Linux): Paste content intact (include newlines)
1 (default everywhere else): Paste the content only up to (but not including) the first newline
2: Replace each newline with a space
3: Remove all newlines from content
4: Substitute commas for newlines in text box