<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussion on MouseOverThis! | Userscripts.org</title>
    <link>http://userscripts.org/scripts/show/1308</link>
    <description>Recent comments on userscript: MouseOverThis!</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>Archived Comments, replied by Rod McGuire</title>
      <description>&lt;p&gt;First off I believe .onmouseover can be attached to   any DOM node, not just links. I've done things like document.body.addEventListener('click', myfun).&lt;/p&gt;

&lt;p&gt;Second, I came across a site that used&lt;/p&gt;

&lt;p&gt;document.onmouseover = hidestatus;&lt;/p&gt;

&lt;p&gt;This is not stored as an attribute of document. To fix this you have to do:&lt;/p&gt;

&lt;p&gt;unsafeWindow.document.onmouseover = null;&lt;/p&gt;</description>
      <pubDate>Sat, 19 May 2007 00:05:51 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13002:39416</guid>
      <author>Rod McGuire</author>
      <link>http://userscripts.org/posts/39416</link>
    </item>
    <item>
      <title>Archived Comments, replied by nitro322</title>
      <description>&lt;p&gt;Blair, this is a fantastic script.  I've been wanting to do something like this myself for quite some time, but I'm just horrible with javascript.  Thanks a bunch for the script.&lt;/p&gt;

&lt;p&gt;I do have one suggestion, though.  Some sites (most notably Google, if you forget to log out of one of their services) use the onMouseDown/onMouseClick event to rewrite the link when you click it.  So, even though the status bar shows the &quot;correct&quot; destination when hovering over the link, that destination is changed when the link is actually clicked.  Devious.&lt;/p&gt;

&lt;p&gt;Would it be possible update this script to catch those events as well?  I think a logical way to do it would be to rewrite any links modified by onMouseDown/onMouseClick immediately after page load rather than waiting until the link is actually clicked.  That way, you'd be shown the true destination.&lt;/p&gt;</description>
      <pubDate>Mon, 05 Mar 2007 01:19:47 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13002:39417</guid>
      <author>nitro322</author>
      <link>http://userscripts.org/posts/39417</link>
    </item>
    <item>
      <title>Archived Comments, replied by Blair</title>
      <description>&lt;p&gt;Jesse, thats a good idea, I will see what I can do to implement it.&lt;/p&gt;</description>
      <pubDate>Sun, 07 Aug 2005 19:40:29 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13002:39418</guid>
      <author>Blair</author>
      <link>http://userscripts.org/posts/39418</link>
    </item>
    <item>
      <title>Archived Comments, replied by Jesse Andrews</title>
      <description>This is a great little userscript.  It currently works by iterating through all the links removing the onmouseover/out.  Perhaps we could modify it to act as follows:&lt;br /&gt;&lt;br /&gt;
If &lt;b&gt;shift&lt;/b&gt; is down, then hide don't execute the onmouseover/onmouseout, if not, execute them as written.&lt;br /&gt;&lt;br /&gt;This might be able to be accomplished by wrapping the code inside &quot;if (shift_held) { code; }&quot;</description>
      <pubDate>Wed, 17 Nov 2004 01:05:06 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13002:39419</guid>
      <author>Jesse Andrews</author>
      <link>http://userscripts.org/posts/39419</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:06 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:13002:39415</guid>
      <author>Jesse Andrews</author>
      <link>http://userscripts.org/posts/39415</link>
    </item>
  </channel>
</rss>
