<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussion on Force Wrap | Userscripts.org</title>
    <link>http://userscripts.org/scripts/show/1847</link>
    <description>Recent comments on userscript: Force Wrap</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>Archived Comments, replied by znerp @ Tue, 11 Nov 2008 08:05:13 -0600</title>
      <description>&lt;p&gt;Whenever I try to send an email using Hotmail, I always have to change the box to plain text as the rich text wouldn't allow me to type anything in the message body. Recently however (with the changes Hotmail have made), the plain text also won't allow me to type anything. Long story short, it turned out that this script was the problem.&lt;/p&gt;

&lt;p&gt;Adding &lt;code&gt;http://*mail.live.com/*&lt;/code&gt; to the excludes has sorted this out for me.&lt;/p&gt;</description>
      <pubDate>Tue, 11 Nov 2008 08:05:13 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:16639:71399</guid>
      <author>znerp</author>
      <link>http://userscripts.org/topics/16639</link>
    </item>
    <item>
      <title>Archived Comments, replied by RNiK @ Wed, 05 Mar 2008 11:20:51 -0600</title>
      <description>&lt;p&gt;Doesn't seem to work on SourceForce.&lt;/p&gt;

&lt;p&gt;Example: &lt;a href=&quot;http://sourceforge.net/project/shownotes.php?group_id=95717&amp;amp;release_id=581254&quot;&gt;http://sourceforge.net/project/shownotes.php?gr...&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 05 Mar 2008 11:20:51 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:16639:71400</guid>
      <author>RNiK</author>
      <link>http://userscripts.org/topics/16639</link>
    </item>
    <item>
      <title>Archived Comments, replied by Batshua @ Sun, 03 Feb 2008 16:42:23 -0600</title>
      <description>&lt;p&gt;This script seems to be breaking Gmail for me; disabling allows Gmail to load.  Otherwise, it won't bring me to my inbox.&lt;/p&gt;</description>
      <pubDate>Sun, 03 Feb 2008 16:42:23 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:16639:71401</guid>
      <author>Batshua</author>
      <link>http://userscripts.org/topics/16639</link>
    </item>
    <item>
      <title>Archived Comments, replied by LouCypher @ Sun, 27 Jan 2008 22:54:24 -0600</title>
      <description>&lt;p&gt;@&lt;a href=&quot;#comment-29207&quot;&gt;lootpacker&lt;/a&gt;: you're just two and a half years late.&lt;/p&gt;</description>
      <pubDate>Sun, 27 Jan 2008 22:54:24 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:16639:71402</guid>
      <author>LouCypher</author>
      <link>http://userscripts.org/topics/16639</link>
    </item>
    <item>
      <title>Archived Comments, replied by lootpacker @ Sun, 27 Jan 2008 15:19:19 -0600</title>
      <description>&lt;p&gt;seems you beat me to it, very useful script btw.&lt;/p&gt;</description>
      <pubDate>Sun, 27 Jan 2008 15:19:19 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:16639:71403</guid>
      <author>lootpacker</author>
      <link>http://userscripts.org/topics/16639</link>
    </item>
    <item>
      <title>Archived Comments, replied by LouCypher @ Fri, 19 Oct 2007 14:53:38 -0500</title>
      <description>&lt;p&gt;@dhongi: Yes, it can. Just change line 17
&lt;br /&gt;from
&lt;br /&gt;&lt;pre&gt;  } else if(n.tagName != 'STYLE' &amp;amp;&amp;amp; n.tagName != 'SCRIPT' &amp;amp;&amp;amp; n.tagName != 'PRE') {&lt;/pre&gt;
&lt;br /&gt;to
&lt;br /&gt;&lt;pre&gt;  } else if(n.tagName != 'STYLE' &amp;amp;&amp;amp; n.tagName != 'SCRIPT') {&lt;/pre&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 19 Oct 2007 14:53:38 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:16639:71404</guid>
      <author>LouCypher</author>
      <link>http://userscripts.org/topics/16639</link>
    </item>
    <item>
      <title>Archived Comments, replied by dhongi @ Fri, 28 Sep 2007 15:25:49 -0500</title>
      <description>&lt;p&gt;Wow, jusat what I was looking for, thanks. &lt;/p&gt;

&lt;p&gt;Can this script work for non-HTML pages, such as when we do &quot;View CSS&quot; or &quot;View Source&quot; using the &lt;a href=&quot;http://chrispederick.com/work/web-developer/&quot;&gt;Web Developer&lt;/a&gt; extension for Firefox? &lt;/p&gt;

&lt;p&gt;I use these features a lot but right now, I first copy the entire page to notepad and then read it. If this script could do it automatically in the browser itself, it'll be awesome.&lt;/p&gt;</description>
      <pubDate>Fri, 28 Sep 2007 15:25:49 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:16639:71405</guid>
      <author>dhongi</author>
      <link>http://userscripts.org/topics/16639</link>
    </item>
    <item>
      <title>Archived Comments, replied by LouCypher @ Fri, 29 Dec 2006 19:06:11 -0600</title>
      <description>&lt;p&gt;@BlueDrache, it's because the page you mentioned is using the PRE tags. You can include PRE tags by removing &amp;amp;&amp;amp; n.tagName != 'PRE' in the script.&lt;/p&gt;</description>
      <pubDate>Fri, 29 Dec 2006 19:06:11 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:16639:71406</guid>
      <author>LouCypher</author>
      <link>http://userscripts.org/topics/16639</link>
    </item>
    <item>
      <title>Archived Comments, replied by BlueDrache @ Mon, 13 Nov 2006 12:27:55 -0600</title>
      <description>&lt;p&gt;Does not work as expected.&lt;/p&gt;

&lt;p&gt;See: &lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://rubyforge.org/pipermail/mongrel-users/2006-October/001946.html&quot;&gt;http://rubyforge.org/pipermail/mongrel-users/20...&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 13 Nov 2006 12:27:55 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:16639:71407</guid>
      <author>BlueDrache</author>
      <link>http://userscripts.org/topics/16639</link>
    </item>
    <item>
      <title>Archived Comments, replied by jw25 @ Thu, 09 Nov 2006 00:30:51 -0600</title>
      <description>&lt;p&gt;Works perfectly. Thanks&lt;/p&gt;</description>
      <pubDate>Thu, 09 Nov 2006 00:30:51 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:16639:71408</guid>
      <author>jw25</author>
      <link>http://userscripts.org/topics/16639</link>
    </item>
    <item>
      <title>Archived Comments, replied by Sean M. Burke @ Mon, 17 Jul 2006 15:07:14 -0500</title>
      <description>&lt;p&gt;FYI, &lt;a href=&quot;http://userscripts.org/scripts/show/2641&quot;&gt;http://userscripts.org/scripts/show/2641&lt;/a&gt; is a somewhat fancier version of this general approach.&lt;/p&gt;</description>
      <pubDate>Mon, 17 Jul 2006 15:07:14 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:16639:71409</guid>
      <author>Sean M. Burke</author>
      <link>http://userscripts.org/topics/16639</link>
    </item>
    <item>
      <title>Archived Comments, replied by LouCypher @ Mon, 15 May 2006 05:30:20 -0500</title>
      <description>&lt;p&gt;Updated&lt;/p&gt;</description>
      <pubDate>Mon, 15 May 2006 05:30:20 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:16639:71410</guid>
      <author>LouCypher</author>
      <link>http://userscripts.org/topics/16639</link>
    </item>
    <item>
      <title>Archived Comments, replied by Jim Roberts @ Tue, 10 Jan 2006 15:43:20 -0600</title>
      <description>&lt;p&gt;You're welcome.&lt;/p&gt;</description>
      <pubDate>Tue, 10 Jan 2006 15:43:20 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:16639:71411</guid>
      <author>Jim Roberts</author>
      <link>http://userscripts.org/topics/16639</link>
    </item>
    <item>
      <title>Archived Comments, replied by Jim Roberts @ Wed, 04 Jan 2006 14:30:16 -0600</title>
      <description>&lt;p&gt;Replace 
&lt;br /&gt;&lt;pre&gt;document.body.innerHTML = document.body.innerHTML;&lt;/pre&gt;&lt;/p&gt;

&lt;p&gt;With
&lt;br /&gt;&lt;pre&gt;document.body.parentNode.insertBefore(document.body, document.body);&lt;/pre&gt;&lt;/p&gt;

&lt;p&gt;innerHTML breaks any eventListeners.&lt;/p&gt;</description>
      <pubDate>Wed, 04 Jan 2006 14:30:16 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:16639:71412</guid>
      <author>Jim Roberts</author>
      <link>http://userscripts.org/topics/16639</link>
    </item>
    <item>
      <title>Archived Comments, replied by Jesse Andrews @ Tue, 16 Nov 2004 19:05:41 -0600</title>
      <description>&lt;p&gt;The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008)&lt;/p&gt;</description>
      <pubDate>Tue, 16 Nov 2004 19:05:41 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:16639:71398</guid>
      <author>Jesse Andrews</author>
      <link>http://userscripts.org/topics/16639</link>
    </item>
  </channel>
</rss>
