<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

      <title>Comments on: Does the Mefi Navigator Greasemonkey script work in Opera?</title>
      <link>http://metatalk.metafilter.com/14827/Does-the-Mefi-Navigator-Greasemonkey-script-work-in-Opera/</link>
      <description>Comments on MetaTalk post Does the Mefi Navigator Greasemonkey script work in Opera?</description>
	  	  <pubDate>Mon, 03 Sep 2007 09:52:35 -0800</pubDate>
      <lastBuildDate>Mon, 03 Sep 2007 09:52:35 -0800</lastBuildDate>
      <language>en-us</language>
	  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	  <ttl>60</ttl>

<item>
  	<title>Does the Mefi Navigator Greasemonkey script work in Opera?</title>
  	<link>http://metatalk.metafilter.com/14827/Does-the-Mefi-Navigator-Greasemonkey-script-work-in-Opera</link>	
  	<description>Does the Mefi Navigator Greasemonkey script work in Opera? I followed the instructions on &lt;a href=&quot;http://www.opera.com/support/tutorials/userjs/&quot;&gt;this page&lt;/a&gt; and put the script (with the original name) in my userjs folder, but nothing happens. I checked that the correct userjs folder is specified in my site preferences. Does it work for anybody else?</description>
  	<guid isPermaLink="false">post:metatalk.metafilter.com,2007:site.14827</guid>
  	<pubDate>Mon, 03 Sep 2007 09:50:03 -0800</pubDate>
  	<dc:creator>davar</dc:creator>
</item>
<item>
  	<title>By: jessamyn</title>
  	<link>http://metatalk.metafilter.com/14827/Does-the-Mefi-Navigator-Greasemonkey-script-work-in-Opera#448986</link>	
  	<description>I don&apos;t know the answer to your main question, but did you check the &lt;a href=&quot;http://www.opera.com/support/tutorials/userjs/examples/#greasemonkey&quot;&gt;special requirements for Greasemonkey scripts&lt;/a&gt;?</description>
  	<guid isPermaLink="false">comment:metatalk.metafilter.com,2007:site.14827-448986</guid>
  	<pubDate>Mon, 03 Sep 2007 09:52:35 -0800</pubDate>
  	<dc:creator>jessamyn</dc:creator>
</item>
<item>
  	<title>By: matthewr</title>
  	<link>http://metatalk.metafilter.com/14827/Does-the-Mefi-Navigator-Greasemonkey-script-work-in-Opera#448990</link>	
  	<description>Hmm, good question. I&apos;ve never used Opera, and haven&apos;t heard of anyone using Mefi Navigator with it.&lt;br&gt;
&lt;br&gt;
I just installed Opera, and saved the script in a userjs directory. I found that the script initially runs OK &#8212; it does everything that the &lt;a href=&quot;http://people.pwf.cam.ac.uk/jmrr2/mefinav-sample1.gif&quot;&gt;screenshot &lt;/a&gt;says it does. I needed to restart Opera to get this to happen.&lt;br&gt;
&lt;br&gt;
But the problem comes when you click on the &#171; and &#187; arrows to move between users&apos; comments, or click the &#8801; icon: nothing happens. These links have event listeners attached which point to anonymous functions defined in the script, such as &lt;code&gt;function() { m_list(this);}&lt;/code&gt; where &lt;code&gt;m_list&lt;/code&gt; is defined in the GM script. My guess is that Opera doesn&apos;t like this for some reason.&lt;br&gt;
&lt;br&gt;
Another possible cause of the problem is the JavaScript error you can see in the console &#8212; it can&apos;t append a &quot;No other comments&quot; node somewhere on the page, and that error might be causing problems somewhere else along the line.&lt;br&gt;
&lt;br&gt;
Also, it seems to run quite slowly in Opera, unlike in Firefox, though this could be because Opera waits for lots of slow things to happen (like loading all the fmpub scripts/ads at the bottom of the page) before triggering the script.&lt;br&gt;
&lt;br&gt;
If there&apos;s someone out there with Opera-specific Javascript knowledge who&apos;d be interested in fixing the link problem and maybe working out how to trigger the script earlier in the page loading process, that would be awesome and I&apos;d be happy to help them out with the internals of the script. It may well be as simple as just adding a &lt;code&gt;script&lt;/code&gt; tag to the DOM and putting the &lt;code&gt;m_prev&lt;/code&gt;, &lt;code&gt;m_list&lt;/code&gt; and &lt;code&gt;m_next&lt;/code&gt; functions in there, and linking the event listeners to the new functions. But I&apos;m afraid I don&apos;t have the time to rework, and more importantly and time-consumingly &lt;em&gt;maintain&lt;/em&gt;, the script by myself to work on a different platform from the one it was designed for.</description>
  	<guid isPermaLink="false">comment:metatalk.metafilter.com,2007:site.14827-448990</guid>
  	<pubDate>Mon, 03 Sep 2007 10:41:36 -0800</pubDate>
  	<dc:creator>matthewr</dc:creator>
</item>
<item>
  	<title>By: davar</title>
  	<link>http://metatalk.metafilter.com/14827/Does-the-Mefi-Navigator-Greasemonkey-script-work-in-Opera#449035</link>	
  	<description>Thanks for looking into it matthewr. The mefi-navigator is the only thing I miss from Firefox for my day-to-day webbrowsing. It would be great if some javascript-savvy Opera users showed up. If not, I may ask it in the Opera forums and see if they can help, but I figured I&apos;d ask here first if anybody got it working already.&lt;br&gt;
&lt;br&gt;
My Opera is terribly slow with javascript on Mefi in general. I have to turn off javascript when I am writing an askMe comment, because the live preview makes the textbox extremely sluggish. It drove me nuts before I thought of disabling javascript. Since I did not see any other complaints about that, I figured that was probably just my setup, but now I wonder if it is related.</description>
  	<guid isPermaLink="false">comment:metatalk.metafilter.com,2007:site.14827-449035</guid>
  	<pubDate>Mon, 03 Sep 2007 15:40:35 -0800</pubDate>
  	<dc:creator>davar</dc:creator>
</item>
<item>
  	<title>By: davar</title>
  	<link>http://metatalk.metafilter.com/14827/Does-the-Mefi-Navigator-Greasemonkey-script-work-in-Opera#449039</link>	
  	<description>I only now noticed that the highlighting of admins and thread-starters does work. That&apos;s still cool.</description>
  	<guid isPermaLink="false">comment:metatalk.metafilter.com,2007:site.14827-449039</guid>
  	<pubDate>Mon, 03 Sep 2007 16:03:01 -0800</pubDate>
  	<dc:creator>davar</dc:creator>
</item>
<item>
  	<title>By: davar</title>
  	<link>http://metatalk.metafilter.com/14827/Does-the-Mefi-Navigator-Greasemonkey-script-work-in-Opera#449340</link>	
  	<description>Hm. So, I have been hoping somebody else asked this question for ages. Really. Yesterday, I finally posted the question myself, and today &lt;a href=&quot;http://my.opera.com/desktopteam/blog/2007/09/04/go-and-get-opera-9-5-alpha-3&quot;&gt;Opera 9.5 Alpha&lt;/a&gt; gets released. Everything seems to work fine in this version. What a slick user interface it is now. I see it is even better than last year or so when I still used Firefox. Thanks matthewr!</description>
  	<guid isPermaLink="false">comment:metatalk.metafilter.com,2007:site.14827-449340</guid>
  	<pubDate>Tue, 04 Sep 2007 09:36:24 -0800</pubDate>
  	<dc:creator>davar</dc:creator>
</item>

    </channel>
</rss>