Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

Om de ûnderfining foar jo te ferbetterjen is tydlik de funksjonaliteit dan dizze website troch ûnderhâldswurk beheind. Wannear in artikel jo probleem net oplost en jo in fraach stelle wolle, kin ús stipemienskip jo helpe yn @FirefoxSupport op Twitter en /r/firefox op Reddit.

Sykje yn Support

Mij stipescams. Wy sille jo nea freegje in telefoannûmer te beljen, der in sms nei ta te stjoeren of persoanlike gegevens te dielen. Meld fertochte aktiviteit mei de opsje ‘Misbrûk melde’.

Mear ynfo

Dizze konversaasje is argivearre. Stel in nije fraach as jo help nedich hawwe.

Change default display for text only page (turn OFF "Wrap Long lines")

  • 2 antwurd
  • 4 hawwe dit probleem
  • 2 werjeftes
  • Lêste antwurd fan anev942

more options

New Firefox user. Frequently I visit text only page- data strings are quite long. The default view for text only appears to be "Wrap Long Lines", which defeats the sorted information by line. Fortunately I found Page Style under View when I turned on Menu Bar. But when I revisit or refresh the page it defaults back to the word wrap, its getting old. Is there a way to change the default to "Basic page style"..or turn off word wrap, permanently. I looked under options but just havent seen a way to change this. Thanks

New Firefox user. Frequently I visit text only page- data strings are quite long. The default view for text only appears to be "Wrap Long Lines", which defeats the sorted information by line. Fortunately I found Page Style under View when I turned on Menu Bar. But when I revisit or refresh the page it defaults back to the word wrap, its getting old. Is there a way to change the default to "Basic page style"..or turn off word wrap, permanently. I looked under options but just havent seen a way to change this. Thanks

Keazen oplossing

Well month past -I found setting! I appreciate the response. I played with the suggested workarounds for several hours with some very limited results (none really solving but learned a bit). I gave up -mostly not knowing what the heck I was doing. Was becoming more effort than clicking on page display & turning off word wrap :), thinking I'd get back to it... Then Mozilla upgraded... Searching for more critical fixes (firefox memory usage just keeps climbing) stumbled on a few ideas, still working on that. However one suggestion led me into about:config. Opening another tab & looking thru the list found plain_text.wrap_long_lines default boolean true I double clicked on it (or right click and select toggle) changed it to plain_text.wrap_long_lines user set boolean false WALA! Default page view for text is now 'Basic Page Style' not 'Wrap Long Lines'. Turning on word wrap is now the option. Cool. For viewing long data fields- nice. No more menu-View-Page Style-Basic Page Style repeatedly during session.

Dit antwurd yn kontekst lêze 👍 1

Alle antwurden (2)

more options

You could use the userContent.css to set a CSS rule for that domain. You would have to check via the Inspector what selector(s) you need to use on each website (#id or .classname).

@-moz-document domain(<domain>){
 selector { white-space:normal!important; word-wrap:break-word!important; }
}

See:

The customization files userChrome.css (user interface) and userContent.css (websites) are located in the chrome folder in the Firefox profile folder.


  • Create the chrome folder (lowercase) in the <xxxxxxxx>.default profile folder if this folder doesn't exist
  • Use a plain text editor like Notepad to create a (new) userContent.css file in the chrome folder (file name is case sensitive)
  • Paste the code in the userContent.css file in the editor window
  • Make sure that you select "All files" and not "Text files" when you save the file via "Save file as" in the text editor as userContent.css.
    Otherwise Windows may add a hidden .txt file extension and you end up with a not working userContent.css.txt file
more options

Keazen oplossing

Well month past -I found setting! I appreciate the response. I played with the suggested workarounds for several hours with some very limited results (none really solving but learned a bit). I gave up -mostly not knowing what the heck I was doing. Was becoming more effort than clicking on page display & turning off word wrap :), thinking I'd get back to it... Then Mozilla upgraded... Searching for more critical fixes (firefox memory usage just keeps climbing) stumbled on a few ideas, still working on that. However one suggestion led me into about:config. Opening another tab & looking thru the list found plain_text.wrap_long_lines default boolean true I double clicked on it (or right click and select toggle) changed it to plain_text.wrap_long_lines user set boolean false WALA! Default page view for text is now 'Basic Page Style' not 'Wrap Long Lines'. Turning on word wrap is now the option. Cool. For viewing long data fields- nice. No more menu-View-Page Style-Basic Page Style repeatedly during session.

Bewurke troch anev942 op