Chrome: Text Wrap

Soldato
Joined
7 Feb 2010
Posts
3,747
What extentions are available to wrap text?

If I zoom into a page the text extends off the page, in Opera the 'fit to width' option wraps all text and allows infinite zoom.
 
A quick google search shows lots of forum posts with the same problem but no resolution :( Why not just use Opera if that has the functionality you want?
 
That's exactly what I find too with conversations being diverted to unrelated issues.

I use all three browsers for different loads so a crash on one doesn't affect the other.. The word wrap has been an issue on Chrome that I've never seen solved.
 
Readability - doesn't always work on forums
Decreased Productivity - doesn't wrap always
JavaScript Bookmarklet - can't find a working version
 
Took a few restarts but if you bookmark any website, call it 'Text Wrap Fix' then edit the bookmark and add the text below into the address line... works a treat :)

javascript:(function(){var D=document; F(D.body); function F(n){var u,r,c,x; if(n.nodeType==3){ u=n.data.search(/\S{45}/); if(u>=0) { r=n.splitText(u+45); n.parentNode.insertBefore(D.createElement("WBR"),r); } }else if(n.tagName!="STYLE" && n.tagName!="SCRIPT"){for (c=0;x=n.childNodes[c];++c){F(x);}} } })();

Source: https://productforums.google.com/forum/#!topic/chrome/tHT362ixhIg
 
Last edited:
Back
Top Bottom