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

    • Microsoft is making Windows 11's context menus faster, simpler, and configurable by Taras Buria Five years ago, Windows 11 introduced redesigned context menus, offering users a simpler, more modern design. However, customers quickly discovered that the new menus leave a lot to be desired. Many are unhappy with performance (they are really slow), while others dislike the double-layed design, where many options are hidden behind the "Show more options" button. In addition, over the years, menus became cluttered and overloaded. While Microsoft has already fixed plenty of pain points across Windows 11, context menus remain mostly unchanged. Fortunately, Microsoft is finally listening. Marcus Ash, Design and Research Lead for Windows at Microsoft, responded to a tweet on X, confirming that the company is working on fixing Windows 11's context menus. Reworked context menus are supposed to be faster, simpler by default, and "configurable to what you use most." What the latter means is unknown, just like whether Microsoft plans to keep the classic menu alongside the modern one, but according to Marcus, the wait should finally be over soon, as he promised to "share our approach soon." Improved context menus will most likely appear first in Windows 11 preview builds in the Experimental Channel. While we wait for Microsoft to release them, you can try fixing context menus on your PC with a simple tool called Windows 11 Context Menu Manager. It lets you disable entries you do not need, not only cleaning up context menus, but also making them significantly faster. Microsoft has already improved Windows 11's Start menu and taskbar, so hopefully it will address user criticism of the context menu as well. Stay tuned for new Windows 11 preview builds, which usually arrive every Friday.
    • If the drive/memory is soldered to the board, which it probably is, then it's a no from me
    • Driver Genius 25.0.0.143 by Razvan Serea Driver Genius is a professional driver management tool features both driver management and hardware diagnostics. Driver Genius provides such practical functions as driver backup, restoration, update and removal for computer users. If you often reinstall your operating system, you may not forget such painful experiences of searching all around for all kinds of drivers. If unfortunately you have lost your driver CD, the search will be more troublesome and time-consuming. Driver Genius can automatically find drivers for a device when the system can't find a driver for it. It can recognize the name and vendor's information of the device, and directly provide download URL for the required driver. Driver Genius also supports online updates for drivers of existing hardware devices. Driver Genius customers can obtain information for latest drivers by Driver Genius's LiveUpdate program, which can synchronize to the database on Driver Genius site. Features at a glance: Find the latest drivers for your computer. One click to update all drivers silently. Automatically install driver updates silently. Make your drivers are always up to date. New rollback driver design for safer driver update. Free to backup all drivers now! Package all drivers to an executable auto installer. One click to restore all drivers. Remove invalid or useless drivers/devices, improve system performance and stability. New system information tool. Detailed hardware inventory. Hardware temperature monitor. Protect your CPU, GPU and HDD. New system transfer assistant. Upgrade/degrade your windows system easily. New SSD Speeder. Improve your disk performance and reliability. New System booster provides over 90 optimization options that make your computer run faster and smoother. New System Cleanup can help you to clean up the temporary files and cache files or other junk files in system. Driver Genius 25.0.0.143 changelog: Enhanced detection for Windows Runtime components. Update the hardware detection component to support more new hardware. Update the compression component to address security issues. Download: Driver Genius 25.0.0.143 | 20.7 MB (Shareware) View: Driver Genius Home Page | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • We do it all the time on our IT Service desk mailbox to add a reference, in the subject line, once it's been logged and then it's filed into the appropriate sub-folder. Other companies probably do the same thing.
    • "No. The "New Outlook for Windows" does not support non-cloud mailboxes (such as on-premises Exchange servers). Furthermore, because the New Outlook effectively functions as a web-based client, it requires all connected accounts—even standard IMAP or POP accounts—to route and cache data through Microsoft's cloud servers. You can verify the accepted account setups using the Microsoft Supported Account Types Guide." Built to fail "New" Outlook is basically just webmail in a window wrapper and it's usefulness reflects that.
  • Recent Achievements

    • One Month Later
      Carru_123 earned a badge
      One Month Later
    • 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
    • Very Popular
      The Norwegian Drone Pilot earned a badge
      Very Popular
    • Very Popular
      s0nic69 earned a badge
      Very Popular
  • Popular Contributors

    1. 1
      +primortal
      472
    2. 2
      PsYcHoKiLLa
      250
    3. 3
      Skyfrog
      79
    4. 4
      FloatingFatMan
      67
    5. 5
      Michael Scrip
      60
  • Tell a friend

    Love Neowin? Tell a friend!