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

    • LosslessCut 3.69 by Razvan Serea LosslessCut aims to be the ultimate cross platform FFmpeg GUI for extremely fast and lossless operations on video, audio, subtitle and other related media files. The main feature is lossless trimming and cutting of video and audio files, which is great for saving space by rough-cutting your large video files taken from a video camera, GoPro, drone, etc. It lets you quickly extract the good parts from your videos and discard many gigabytes of data without doing a slow re-encode and thereby losing quality. Or you can add a music or subtitle track to your video without needing to encode. Everything is extremely fast because it does an almost direct data copy, fueled by the awesome FFmpeg which does all the grunt work. Features Lossless cutting of most video and audio formats Losslessly cut out parts of video/audio (for cutting away commercials etc.) Losslessly rearrange the order of video/audio segments Lossless merge/concatenation of arbitrary files (with identical codecs parameters, e.g. from the same camera) Lossless stream editing: Combine arbitrary tracks from multiple files (ex. add music or subtitle track to a video file) Losslessly extract all tracks from a file (extract video, audio, subtitle, attachments and other tracks from one file into separate files) Batch view for fast multi-file workflow Remux into any compatible output format Take full-resolution snapshots from videos in JPEG/PNG format Manual input of cutpoint times Apply a per-file timecode offset (and auto load timecode from file) Change rotation/orientation metadata in videos View technical data about all streams Timeline zoom and frame/keyframe jumping for accurate cutting around keyframes Saves per project cut segments to project file View FFmpeg last command log so you can modify and re-run recent commands on the command line Undo/redo Give labels to cut segments View segment details, export/import cut segments as CSV Import segments from: MP4/MKV chapters, Text file, YouTube, CSV, CUE, XML (DaVinci, Final Cut Pro) Video thumbnails and audio waveform Edit file metadata and per-stream metadata Edit per-stream disposition Cut with chapter marks Annotate segments with tags View subtitles Example lossless use cases Cut out commercials from a recorded TV show (and re-format from TS to MP4) Remove audio tracks from a file Extract music track from a video and cut it to your needs Add music to a video (or replace existing audio track) Combine audio and video tracks from separate recordings Include an external subtitle into a video Quickly change a H264/H265 MKV video to MOV or MP4 for playback on iPhone Import a list of cut times from other tool as a EDL (edit decision list, CSV) and run these cuts with LosslessCut Export a list of cut times as a CSV EDL and process these in another tool Quickly cut a file by its MP4/MKV chapters Quickly cut a YouTube video by its chapters (or music times from a comment) Change the language of a file's audio/subtitle tracks Attach cover art to videos Change author, title, GPS position, recording time of a video Fix rotation of a video that has the wrong orientation flag set Great for rotating phone videos that come out the wrong way without actually re-encoding the video. Loop a video / audio clip X times quickly without re-encoding LosslessCut 3.69.0 changelog: Add lossless cropping & aspect ratio override via bitstream and container metadata #643 Alow shifting tracks for each file (-itsoffset) #216 Add "decimate video" tool to filter away all non-keyframes #2111 Add Windows ARM 64 native build with native ffmpeg Move timecode out of timeline and make it copy-able #2592 #2691 #2800 #483 #2808 Upgrade Electron to latest Add new "opposing" align mode #2654 Add FFmpeg -hwaccel auto setting for hardware acceleration of certain operations Add API events export-start and export-complete Allow deleting track metadata #2819 Improve shift segments dialog #2839 Show keyboard shortcuts inside button tooltips in UI Warn if trying to cut with too few keyframes around cutpoint #516 #2780 #2756 (Linux) include app name in notification #2794 Pull latest translations Other notable changes: Advanced output directory selector #2101 #2115 #2755 increase max file name length to 250 (truncation) #2779 don't reset playback speed when using special playback modes #2889 preserve chapters when merging files that already have chapters don't merge adjacent segments in combineOverlappingSegments #2896 don't transfer segment name when filling gaps #2754 always scroll up to zoom in #2703 #2786 increase max keyframes to 10000 Don't bind ctrl/cmd+c by default (they interfer with copying text) Many other improvements and fixes Download: LosslessCut 3.69.0 | ARM64 | ~100.0 MB (Open Source) Links: LosslessCut Website | Other Operating Systems | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Doesn't even need a UI for point 2 - use some sort of JSON/XML container - because MOST users won't even bother.
    • Legit concern or publicity stunt considering this is the first time I'm hearing the name?
  • Recent Achievements

    • 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
    • Very Popular
      The Norwegian Drone Pilot earned a badge
      Very Popular
  • Popular Contributors

    1. 1
      +primortal
      487
    2. 2
      PsYcHoKiLLa
      263
    3. 3
      Skyfrog
      85
    4. 4
      FloatingFatMan
      64
    5. 5
      Michael Scrip
      62
  • Tell a friend

    Love Neowin? Tell a friend!