Recommended Posts

please tell me the version of flash you have installed and type about:crashes into your address bar and provide me the links and I'll see if I can help. Thank you.

It was fixed with a backout and the nighty was updated to include the fix, https://bugzilla.mozilla.org/show_bug.cgi?id=680862

Excellent! Thanks very much for posting the link and giving us a heads-up ;-)

I got a question. Is there an option to word wrap text on websites? Maybe an extension for it? I hate always having to scroll over when I'm zoomed into pages in order to read them more clearly. Especially from afar. Is there any browser that has a word wrap feature?

The 8/22 nightly is crashing Flash like crazy. Beware.

all the more reason to avoid nightly builds and stick to the more stable Aurora as your still 'almost' using the latest and greatest but with more stability.

i been on Aurora for probably a couple months or so now and it's good enough to use as a primary browser.

I got a question. Is there an option to word wrap text on websites? Maybe an extension for it? I hate always having to scroll over when I'm zoomed into pages in order to read them more clearly. Especially from afar. Is there any browser that has a word wrap feature?

Create a bookmark and enter the following in it's location field...

javascript:(function(){function%20t(f){a=d.createNodeIterator(d,1,f,false);while(a.nextNode()){}}var%20d=document;t(function(e){x=e.offsetLeft;l=e.offsetParent;while(l!=null){x+=l.offsetLeft;l=l.offsetParent}var%20w=d.documentElement.clientWidth-x;var%20s=e.style;if(s.marginLeft)w-=s.marginLeft;if(s.marginRight)w-=s.marginRight;if(s.paddingLeft)w-=s.paddingLeft;if(s.paddingRight)w-=s.paddingRight;if(s.borderSize)w-=s.borderSize;w-=d.defaultView.innerWidth-d.documentElement.offsetWidth;if(e.tagName=='IMG'){h=e.clientHeight*w/e.clientWidth;s.maxHeight=h}s.maxWidth=w+'px'})})();

Create a bookmark and enter the following in it's location field...

javascript:(function(){function%20t(f){a=d.createNodeIterator(d,1,f,false);while(a.nextNode()){}}var%20d=document;t(function(e){x=e.offsetLeft;l=e.offsetParent;while(l!=null){x+=l.offsetLeft;l=l.offsetParent}var%20w=d.documentElement.clientWidth-x;var%20s=e.style;if(s.marginLeft)w-=s.marginLeft;if(s.marginRight)w-=s.marginRight;if(s.paddingLeft)w-=s.paddingLeft;if(s.paddingRight)w-=s.paddingRight;if(s.borderSize)w-=s.borderSize;w-=d.defaultView.innerWidth-d.documentElement.offsetWidth;if(e.tagName=='IMG'){h=e.clientHeight*w/e.clientWidth;s.maxHeight=h}s.maxWidth=w+'px'})})();

That's legit? Works on all sites? Where did you learn this?

You don't have a link to back-up your claim? This works in Aurora 8.0a2? Can someone try this and provide more confirmation?

Thanks if you can!

Just tried it, and it doesn't work at all. Thanks for trying. Mozilla, give us a word wrap option! If Notepad can do it, surely Firefox can! I did find this code, but it says it works for text files. That wouldn't count for websites like Neowin and stuff, right? I would need an html word wrapper if there is such a thing. Here is the code.

To word wrap text in text files displayed in Mozilla Firefox :

Locate the sub-folder called chrome in your profile folder. See http://www.mozilla.org/support/firefox/edit#profile on how to find where Mozilla Firefox stores the profile folder for different operating systems.

In this chrome subfolder, edit the text file ?userContent.css? with a text editor (such as Notepad). Typically, this file does not exist by default. There is a userContent-example.css in this chrome sub-folder which you can rename to userContent.css

Add the following line to userContent.css :

pre { white-space: -moz-pre-wrap !important; }

Save the file, and restart Firefox for the changes in userContent.css to take effect.

With this change, any text files you view in Mozilla Firefox will automatically be word-wrapped so that you don?t have to scroll left and right to read the text file.

Then someone posted: I just wanted to mention for people in the future that come here: the code as given won?t work for Firefox 3.5 or later, since -moz-pre-wrap was deprecated. Instead, replace that with pre-wrap in those versions.

I'm guessing this has to do with html coding for someone making a website. That's not what I want. I just want a simple word wrap feature in the browser when viewing sites that I have zoomed in at like 300%, cause I'm viewing it from far away. Any ideas?

Just tried it, and it doesn't work at all. Thanks for trying. Mozilla, give us a word wrap option! If Notepad can do it, surely Firefox can! I did find this code, but it says it works for text files. That wouldn't count for websites like Neowin and stuff, right? I would need an html word wrapper if there is such a thing. Here is the code.

To word wrap text in text files displayed in Mozilla Firefox :

Locate the sub-folder called chrome in your profile folder. See http://www.mozilla.org/support/firefox/edit#profile on how to find where Mozilla Firefox stores the profile folder for different operating systems.

In this chrome subfolder, edit the text file ?userContent.css? with a text editor (such as Notepad). Typically, this file does not exist by default. There is a userContent-example.css in this chrome sub-folder which you can rename to userContent.css

Add the following line to userContent.css :

pre { white-space: -moz-pre-wrap !important; }

Save the file, and restart Firefox for the changes in userContent.css to take effect.

With this change, any text files you view in Mozilla Firefox will automatically be word-wrapped so that you don?t have to scroll left and right to read the text file.

Then someone posted: I just wanted to mention for people in the future that come here: the code as given won?t work for Firefox 3.5 or later, since -moz-pre-wrap was deprecated. Instead, replace that with pre-wrap in those versions.

I'm guessing this has to do with html coding for someone making a website. That's not what I want. I just want a simple word wrap feature in the browser when viewing sites that I have zoomed in at like 300%, cause I'm viewing it from far away. Any ideas?

Works for me.

http://gyazo.com/b869d42c56665e0d28e4e55be754188f

http://gyazo.com/f7576523602967752035dadd50e46de7

And if you'd googled it, you would probably come across the same place I found it. LINK

I just found this. Would this work with Aurora? Wrap pre on any page with Mozilla userContent.css

Edit $HOME/.mozilla/default/*.slt/chrome/userContent.css in your favourite editor. The file does not exist by default, you have to create it. Add

pre {

white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */

Works for me.

http://gyazo.com/b869d42c56665e0d28e4e55be754188f

http://gyazo.com/f7576523602967752035dadd50e46de7

And if you'd googled it, you would probably come across the same place I found it. LINK

I have been. Thanks. I think your links were very helpful. Especially since it more clearly explained what you originally told me about the bookmark trick.

I got a question. Is there an option to word wrap text on websites? Maybe an extension for it? I hate always having to scroll over when I'm zoomed into pages in order to read them more clearly. Especially from afar. Is there any browser that has a word wrap feature?

Why not use text zooming?

Or a combination of page zooming and text zooming which an extension like NoSquint makes easier to do.

post-144851-0-21332500-1314306464.jpg

Why not use text zooming?

Or a combination of page zooming and text zooming which an extension like NoSquint makes easier to do.

post-144851-0-21332500-1314306464.jpg

I have NoSquint. How do I make mine do what you showed? I have my zoom set to like 290 or 300 sometimes when I'm trying to view pages from afar, but it always has the scroll bar. My text zoom is usually set to 100. What are optimal settings?

I have NoSquint. How do I make mine do what you showed? I have my zoom set to like 290 or 300 sometimes when I'm trying to view pages from afar, but it always has the scroll bar. My text zoom is usually set to 100. What are optimal settings?

For Neowin and my resolution of 1280x1024, I have page zoom set at 120%. Anything after that causes scroll bar to appear. The text zoom can be whatever you want, as it will never cause the scroll bar to appear.

For Neowin and my resolution of 1280x1024, I have page zoom set at 120%. Anything after that causes scroll bar to appear. The text zoom can be whatever you want, as it will never cause the scroll bar to appear.

My resolution is 1920x1200. What is a good setting to zoom in and not screw up the layout of the page? Plus, it has to be seen from afar.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Posts

    • Brave Browser 1.91.168 by Razvan Serea Brave Browser is a lightning-fast, secure web browser that stands out from the competition with its focus on privacy, security, and speed. With features like HTTPS Everywhere and built-in tracker blocking, Brave keeps your online activities safe from prying eyes. Brave is one of the safest browsers on the market today. It blocks third-party data storage. It protects from browser fingerprinting. And it does all this by default. Speed - Brave is built on Chromium, the same technology that powers Google Chrome, and is optimized for speed, providing a fast and responsive browsing experience. Brave Browser also features Brave Rewards, a system that rewards users with Basic Attention Tokens (BAT) for viewing opt-in ads. This innovative system provides an alternative revenue model for content creators and a way to support the Brave community. SlimBrave Neo takes all the good things about Brave and makes them even better by keeping everything clean, light, and privacy-focused. It removes the extra clutter, turns off features you might not need, and cuts down on anything that could slow you down or collect unnecessary data. Because it relies on simple settings and policies instead of modifying the browser itself, you still get full Brave compatibility—just in a smoother, lighter, and more privacy-friendly package. Brave Browser 1.91.168 changelog: Web3 Added “Get Started” section to the “Portfolio” page. (#54029) Added the ability to view “Asset Distribution” in “Portfolio”. (#54028) Added dotted texture to wallet line chart. (#54216) Migrated Jupiter swap provider to “Gate3”. (#51848) Updated the “Permission” panel to display the site origin. (#54482) Updated NFT balance fetch to remove duplicate entries prior to fetching balances. (#55036) Fixed missing back button on the “Deposit Funds” page. (#55842) Fixed reloading an account tab redirecting to the “Accounts” page. (#54826) Leo Added support for text file uploads with renderer-based extraction. (#54062) Added PDF text extraction at upload time. (#51911) Updated display of Brave Leo attachment previews to scroll horizontally instead of vertically. (#54258) Updated the “Copy” button for the code block header to be sticky when scrolling. (#53704) Updated the staged content in the Leo side panel to be the active tab. (#53533) Updated the search terms in the answer’s footer to be left aligned. (#54204) Fixed crash which could occur in certain cases when using multiple tool requests. (#55438) General Added support for Brave Origin. (#37127) [Security] Added the ability to disable or delay automatic extension updates when brave://flags/#brave-user-extension-auto-update is enabled. (#7200) Enabled ability to force context menu using “Shift + Right Click” by default. (#54790) Improved performance by caching adblock DATs. (#27161) Updated background color for PWA install button in the omnibox. (#54736) Fixed tab hover card position when using vertical tabs. (#54199) Fixed extra border displaying around the content area when vertical tabs are used on macOS. (#54153 & #52961) Fixed audio farbling distortion in multi-voice Web Audio API synthesized music. (#52906) Upgraded Chromium to 149.0.7827.54. (#55943) Download: Brave Browser 64-bit | 1.2 MB (Freeware) Download: Brave Browser 32-bit View: Brave Homepage | Offline Installers | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Thanks Microsoft but no, I find both iterations of Outlook terrible nowadays and switched back to Thunderbird at home.
    • Happens to the best of us, bro. 😛 
    • Thanks to some of the other recent Windows improvements, I'm optimistic about this one. My quick wishlist would be: perf like the older menu, merge both menus or at the very least, the older menu should be a flyout, not a simulated click to the old menu, and lastly, a customization window to let users move items from one menu to another, so I could bring Send To back to the main menu, and the OneDrive settings to the older.
  • Recent Achievements

    • One Year In
      CHUNWEI earned a badge
      One Year In
    • Conversation Starter
      FBSPL earned a badge
      Conversation Starter
    • Week One Done
      I2D earned a badge
      Week One Done
    • Week One Done
      Dr Jared Dental Studio earned a badge
      Week One Done
    • Week One Done
      RG INVESTMENT GROUP earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      470
    2. 2
      PsYcHoKiLLa
      254
    3. 3
      Skyfrog
      80
    4. 4
      FloatingFatMan
      63
    5. 5
      Michael Scrip
      62
  • Tell a friend

    Love Neowin? Tell a friend!