<?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>Additional exception needed for https gmail, replied by Bill Newcomb</title>
      <description>&lt;p&gt;I chased my tail for a while trying to figure out why this was breaking Gmail send.  I finally figured out that GreaseMonkey doesn't apply http patterns to the corresponding https sites.  Could you add an exception for the https gmail site alongside the http one in the version here?  It might help to reduce confusion for others.&lt;/p&gt;

&lt;p&gt;It would also be nice if there were a way to make force wrap 'sticky'--i.e., force wrap on any page (ideally just in a particular tab) until I say not to.&lt;/p&gt;

&lt;p&gt;Thanks,
&lt;br /&gt;-B.&lt;/p&gt;</description>
      <pubDate>Mon, 21 Sep 2009 18:33:12 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:35639:171538</guid>
      <author>Bill Newcomb</author>
      <link>http://userscripts.org/posts/171538</link>
    </item>
    <item>
      <title>Archived Comments, replied by znerp</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 14:05:13 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16639:71399</guid>
      <author>znerp</author>
      <link>http://userscripts.org/posts/71399</link>
    </item>
    <item>
      <title>Archived Comments, replied by RNiK</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 17:20:51 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16639:71400</guid>
      <author>RNiK</author>
      <link>http://userscripts.org/posts/71400</link>
    </item>
    <item>
      <title>Archived Comments, replied by Batshua</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 22:42:23 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16639:71401</guid>
      <author>Batshua</author>
      <link>http://userscripts.org/posts/71401</link>
    </item>
    <item>
      <title>Archived Comments, replied by LouCypher</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>Mon, 28 Jan 2008 04:54:24 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16639:71402</guid>
      <author>LouCypher</author>
      <link>http://userscripts.org/posts/71402</link>
    </item>
    <item>
      <title>Archived Comments, replied by lootpacker</title>
      <description>&lt;p&gt;seems you beat me to it, very useful script btw.&lt;/p&gt;</description>
      <pubDate>Sun, 27 Jan 2008 21:19:19 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16639:71403</guid>
      <author>lootpacker</author>
      <link>http://userscripts.org/posts/71403</link>
    </item>
    <item>
      <title>Archived Comments, replied by LouCypher</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 19:53:38 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16639:71404</guid>
      <author>LouCypher</author>
      <link>http://userscripts.org/posts/71404</link>
    </item>
    <item>
      <title>Archived Comments, replied by dhongi</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 20:25:49 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16639:71405</guid>
      <author>dhongi</author>
      <link>http://userscripts.org/posts/71405</link>
    </item>
    <item>
      <title>Archived Comments, replied by LouCypher</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>Sat, 30 Dec 2006 01:06:11 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16639:71406</guid>
      <author>LouCypher</author>
      <link>http://userscripts.org/posts/71406</link>
    </item>
    <item>
      <title>Archived Comments, replied by BlueDrache</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 18:27:55 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16639:71407</guid>
      <author>BlueDrache</author>
      <link>http://userscripts.org/posts/71407</link>
    </item>
    <item>
      <title>Archived Comments, replied by jw25</title>
      <description>&lt;p&gt;Works perfectly. Thanks&lt;/p&gt;</description>
      <pubDate>Thu, 09 Nov 2006 06:30:51 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16639:71408</guid>
      <author>jw25</author>
      <link>http://userscripts.org/posts/71408</link>
    </item>
    <item>
      <title>Archived Comments, replied by Sean M. Burke</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 20:07:14 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16639:71409</guid>
      <author>Sean M. Burke</author>
      <link>http://userscripts.org/posts/71409</link>
    </item>
    <item>
      <title>Archived Comments, replied by LouCypher</title>
      <description>&lt;p&gt;Updated&lt;/p&gt;</description>
      <pubDate>Mon, 15 May 2006 10:30:20 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16639:71410</guid>
      <author>LouCypher</author>
      <link>http://userscripts.org/posts/71410</link>
    </item>
    <item>
      <title>Archived Comments, replied by Jim Roberts</title>
      <description>&lt;p&gt;You're welcome.&lt;/p&gt;</description>
      <pubDate>Tue, 10 Jan 2006 21:43:20 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16639:71411</guid>
      <author>Jim Roberts</author>
      <link>http://userscripts.org/posts/71411</link>
    </item>
    <item>
      <title>Archived Comments, replied by Jim Roberts</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 20:30:16 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16639:71412</guid>
      <author>Jim Roberts</author>
      <link>http://userscripts.org/posts/71412</link>
    </item>
    <item>
      <title>Archived Comments, replied by Jesse Andrews</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>Wed, 17 Nov 2004 01:05:41 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16639:71398</guid>
      <author>Jesse Andrews</author>
      <link>http://userscripts.org/posts/71398</link>
    </item>
  </channel>
</rss>
