Firefox: Pasting Wrapped URLs
Eis uma excelente dica para os utilizadores do Firefox apontada por Andrei Zmievski:
Here's another Mozilla/Firefox tip: if you copy a URL wrapped over multiple lines from somewhere and try to paste it into the address bar, you will end up only with the first line of it. To fix it, go toabout:config
and changeeditor.singleLine.pasteNewlines
setting to3
or add:user_pref("editor.singleLine.pasteNewlines", 3);
to youruser.js
file. Now all the line breaks will be removed upon pasting.
Etiquetas: firefox
0 Comments:
Enviar um comentário
<< Home