January 2007
Astuce (pour développeurs web) concernant le correcteur d'orthographe de Firefox - Carnet Web de Pascal
by Xavier Lacotsi en tant que développeurs vous désirez que des champs input soient aussi vérifiés, vous pouvez ajouter l'attribut spellcheck="true" à l'input
April 2006
March 2006
August 2005
Andrei Zmievski: Pasting Wrapped URLs
by svartling & 1 other (via)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 to about:config and change editor.singleLine.pasteNewlines setting to 3 or add:
user_pref("editor.singleLine.pasteNewlines", 3);
to your user.js file. Now all the line breaks will be removed upon pasting.
1
(4 marks)