<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>greasemonkey-dev Google Group</title>
  <link>http://groups.google.com/group/greasemonkey-dev</link>
  <description>Discussions about development of the Greasemonkey extension for Firefox.</description>
  <language>en</language>
  <item>
  <title>Re: [greasemonkey-dev] Help with greasemonkey link code</title>
  <link>http://groups.google.com/group/greasemonkey-dev/browse_frm/thread/90410a8d33fed8c8/b789cdf1d4aaa963?show_docid=b789cdf1d4aaa963</link>
  <description>
  I&#39;m not really sure whether firing the click event on an anchor &lt;br&gt; element actually triggers navigation to the url in the href attribute. &lt;br&gt; Maybe I&#39;m wrong, but I recall having read that this is not possible. &lt;br&gt; In this particular case, however, the following should be enough: &lt;br&gt; document.location.replace(docu ment.links[2].href); // you may want
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/greasemonkey-dev/browse_frm/thread/90410a8d33fed8c8/b789cdf1d4aaa963?show_docid=b789cdf1d4aaa963</guid>
  <author>
  esqui...@googlemail.com
  (esquifit)
  </author>
  <pubDate>Mon, 04 Jan 2010 16:00:55 UT
</pubDate>
  </item>
  <item>
  <title>Re: [greasemonkey-dev] Help with greasemonkey link code</title>
  <link>http://groups.google.com/group/greasemonkey-dev/browse_frm/thread/90410a8d33fed8c8/7e8741f907f0cb80?show_docid=7e8741f907f0cb80</link>
  <description>
  Hi, thanks for the help, I actually tried that, it still didn&#39;t click the link... &lt;br&gt; any ideas... &lt;br&gt; I am writing a script code for a job search site to help me with my job search, so your help is VERY much appreciated, this is the last part I cant get &lt;br&gt; Marco &lt;br&gt; To: greasemonkey-dev@googlegroups. com &lt;br&gt; Received: Sunday, January 3, 2010, 7:23 PM
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/greasemonkey-dev/browse_frm/thread/90410a8d33fed8c8/7e8741f907f0cb80?show_docid=7e8741f907f0cb80</guid>
  <author>
  marcori...@yahoo.com
  (Marco Riato)
  </author>
  <pubDate>Mon, 04 Jan 2010 11:51:21 UT
</pubDate>
  </item>
  <item>
  <title>Re: [greasemonkey-dev] Help with greasemonkey link code</title>
  <link>http://groups.google.com/group/greasemonkey-dev/browse_frm/thread/90410a8d33fed8c8/8e47f527ce41e994?show_docid=8e47f527ce41e994</link>
  <description>
  Hi. &lt;br&gt; DOM Level 1 API will not work unless in &amp;quot;unsafeWindow&amp;quot;. &lt;br&gt; So we need to use DOM Level 2. &lt;br&gt; var obj = document.links[2]; &lt;br&gt; var e = document.createEvent(&#39;MouseEve nts&#39;); &lt;br&gt; e.initEvent(&#39;click&#39;, true, false); &lt;br&gt; obj.dispatchEvent(e); &lt;br&gt; ---- &lt;br&gt; teramako &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://d.hatena.ne.jp/teramako/&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; 2010/1/4 mriato &amp;lt;marcori...@yahoo.com&amp;gt;:
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/greasemonkey-dev/browse_frm/thread/90410a8d33fed8c8/8e47f527ce41e994?show_docid=8e47f527ce41e994</guid>
  <author>
  teram...@gmail.com
  (M.Terada)
  </author>
  <pubDate>Mon, 04 Jan 2010 03:23:53 UT
</pubDate>
  </item>
  <item>
  <title>Help with greasemonkey link code</title>
  <link>http://groups.google.com/group/greasemonkey-dev/browse_frm/thread/90410a8d33fed8c8/503e941e57f539dd?show_docid=503e941e57f539dd</link>
  <description>
  Hi, I am a REAL newbie with greasemonkey and javascript, and I have a &lt;br&gt; question. &lt;br&gt; A page I visit has a link, and to get to it I must click what looks &lt;br&gt; like a &amp;quot;button&amp;quot; with the words Details on it. It is not set up as a &lt;br&gt; form submit type button though (where I can use form.elements.click &lt;br&gt; ())... I&#39;ve used Firebug and got right to the Details &amp;quot;button&amp;quot; and the
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/greasemonkey-dev/browse_frm/thread/90410a8d33fed8c8/503e941e57f539dd?show_docid=503e941e57f539dd</guid>
  <author>
  marcori...@yahoo.com
  (mriato)
  </author>
  <pubDate>Mon, 04 Jan 2010 01:55:35 UT
</pubDate>
  </item>
  <item>
  <title>Re: Proxy Greasemonkey</title>
  <link>http://groups.google.com/group/greasemonkey-dev/browse_frm/thread/64b416eb91f3c0a6/f5057517a37a2e41?show_docid=f5057517a37a2e41</link>
  <description>
  If all you want to do is to run greasemonkey on a computer where you &lt;br&gt; cannot install it, one solution is to get a USB memory stick and &lt;br&gt; install Portable Firefox and greasemonkey on the stick. &lt;br&gt; I&#39;ve done this in the past with no problem though it is conceivable &lt;br&gt; that some computer systems could block you from running applications
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/greasemonkey-dev/browse_frm/thread/64b416eb91f3c0a6/f5057517a37a2e41?show_docid=f5057517a37a2e41</guid>
  <author>
  gibbonjab...@yahoo.com
  (RodMcguire)
  </author>
  <pubDate>Sat, 02 Jan 2010 20:27:32 UT
</pubDate>
  </item>
  <item>
  <title>Re: [greasemonkey-dev] Proxy Greasemonkey</title>
  <link>http://groups.google.com/group/greasemonkey-dev/browse_frm/thread/64b416eb91f3c0a6/f6e889e5197b52d2?show_docid=f6e889e5197b52d2</link>
  <description>
  Like mousehole?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/greasemonkey-dev/browse_frm/thread/64b416eb91f3c0a6/f6e889e5197b52d2?show_docid=f6e889e5197b52d2</guid>
  <author>
  at...@atrus.org
  (Nikolas Coukouma)
  </author>
  <pubDate>Sat, 02 Jan 2010 18:36:25 UT
</pubDate>
  </item>
  <item>
  <title>Proxy Greasemonkey</title>
  <link>http://groups.google.com/group/greasemonkey-dev/browse_frm/thread/64b416eb91f3c0a6/338133b6a011e51a?show_docid=338133b6a011e51a</link>
  <description>
  Hi there, &lt;br&gt; sometimes I am a guest in other PCs and I cannot install any add-ons. &lt;br&gt; So my question is: &lt;br&gt; would it be possible to develop a &amp;quot;proxy greasemonkey&amp;quot;? &lt;br&gt; I will put it on my home server. I will go to &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://my-sweet-home.myhost.org/?url=google.com&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; and the home proxy will: &lt;br&gt; 1) execute the greasemonkey javascripts
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/greasemonkey-dev/browse_frm/thread/64b416eb91f3c0a6/338133b6a011e51a?show_docid=338133b6a011e51a</guid>
  <author>
  alip...@gmail.com
  (tcvr)
  </author>
  <pubDate>Sat, 02 Jan 2010 18:10:59 UT
</pubDate>
  </item>
  <item>
  <title>Re: Early Greasemonkey 0.9.0 Preview Build</title>
  <link>http://groups.google.com/group/greasemonkey-dev/browse_frm/thread/08ccdeebf5c7f440/d914023ed121eadb?show_docid=d914023ed121eadb</link>
  <description>
  In case you want to uninstall script while script&#39;s directory is being &lt;br&gt; used (locked) by some other app GM does remove content of script&#39;s dir &lt;br&gt; but not the directory itself which is logic. Thou script&#39;s reference &lt;br&gt; is still present in User Scripts listing (Manage User Scripts...) and &lt;br&gt; can&#39;t be removed. After clicking again on Uninstall we get &amp;quot;Crap,
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/greasemonkey-dev/browse_frm/thread/08ccdeebf5c7f440/d914023ed121eadb?show_docid=d914023ed121eadb</guid>
  <author>
  the....@gmail.com
  (vBm)
  </author>
  <pubDate>Fri, 01 Jan 2010 15:10:46 UT
</pubDate>
  </item>
  <item>
  <title>Re: [greasemonkey-dev] Access violation check conflicts with Ubiquity</title>
  <link>http://groups.google.com/group/greasemonkey-dev/browse_frm/thread/6a6c4e7a0d5fabef/2e125e30077afc94?show_docid=2e125e30077afc94</link>
  <description>
  Glad to know things are at least mostly solved. &lt;br&gt; At this point, I would hope that the 1.0 plans firm up. I&#39;m still not &lt;br&gt; completely clear if the plans I curently envision will actually work &lt;br&gt; (_and_ be secure enough) but if they do, all this &#39;access check &lt;br&gt; violation&#39; stuff would be finished. &lt;br&gt; (Not that this will happen anytime &amp;quot;soon&amp;quot;. But it should happen.)
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/greasemonkey-dev/browse_frm/thread/6a6c4e7a0d5fabef/2e125e30077afc94?show_docid=2e125e30077afc94</guid>
  <author>
  arant...@gmail.com
  (Anthony Lieuallen)
  </author>
  <pubDate>Wed, 30 Dec 2009 17:19:49 UT
</pubDate>
  </item>
  <item>
  <title>Re: [greasemonkey-dev] Access violation check conflicts with Ubiquity</title>
  <link>http://groups.google.com/group/greasemonkey-dev/browse_frm/thread/6a6c4e7a0d5fabef/2fd8eb72ffd4d21e?show_docid=2fd8eb72ffd4d21e</link>
  <description>
  2009/12/29 Johan Sundström &amp;lt;oyas...@gmail.com&amp;gt;: &lt;br&gt; Tested but it doesn&#39;t seem to work. There are to possible places for &lt;br&gt; the function passed to setTimeout: the script or the page. In the &lt;br&gt; first case, it doesn&#39;t work because the GM context doesn&#39;t exists any &lt;br&gt; longer when the timeout is reached. In the second case it doesn&#39;t work
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/greasemonkey-dev/browse_frm/thread/6a6c4e7a0d5fabef/2fd8eb72ffd4d21e?show_docid=2fd8eb72ffd4d21e</guid>
  <author>
  esqui...@googlemail.com
  (esquifit)
  </author>
  <pubDate>Tue, 29 Dec 2009 21:36:31 UT
</pubDate>
  </item>
  <item>
  <title>Re: [greasemonkey-dev] Access violation check conflicts with Ubiquity</title>
  <link>http://groups.google.com/group/greasemonkey-dev/browse_frm/thread/6a6c4e7a0d5fabef/518600a195c58b4e?show_docid=518600a195c58b4e</link>
  <description>
  How about putting the second block above in a function called from a &lt;br&gt; delayed setTimeout? That sounds like it should give the desired &lt;br&gt; effect.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/greasemonkey-dev/browse_frm/thread/6a6c4e7a0d5fabef/518600a195c58b4e?show_docid=518600a195c58b4e</guid>
  <author>
  oyas...@gmail.com
  (Johan Sundström)
  </author>
  <pubDate>Tue, 29 Dec 2009 17:41:08 UT
</pubDate>
  </item>
  <item>
  <title>Re: [greasemonkey-dev] Access violation check conflicts with Ubiquity</title>
  <link>http://groups.google.com/group/greasemonkey-dev/browse_frm/thread/6a6c4e7a0d5fabef/fa55b0829bce8edd?show_docid=fa55b0829bce8edd</link>
  <description>
  I&#39;ve found a workaround for window.setTimeout( func, 0) when &lt;br&gt; javascript is blocked by Noscript. The idea is that although &lt;br&gt; javascript is not allowed, DOM events are still being fired. If you &lt;br&gt; attached a handler defined in GM scope, it will be called: &lt;br&gt; Instead of: &lt;br&gt; window.setTimeout( func , 0) &lt;br&gt; where func is a function that makes use of the GM API, use:
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/greasemonkey-dev/browse_frm/thread/6a6c4e7a0d5fabef/fa55b0829bce8edd?show_docid=fa55b0829bce8edd</guid>
  <author>
  esqui...@googlemail.com
  (esquifit)
  </author>
  <pubDate>Tue, 29 Dec 2009 15:13:18 UT
</pubDate>
  </item>
  <item>
  <title>Re: [greasemonkey-dev] Access violation check conflicts with Ubiquity</title>
  <link>http://groups.google.com/group/greasemonkey-dev/browse_frm/thread/6a6c4e7a0d5fabef/4e57bda147f8b23c?show_docid=4e57bda147f8b23c</link>
  <description>
  Thanks for your answer. Unfortunately the usual work around via &lt;br&gt; setTimeout is not an option for me, since I have javascript disabled &lt;br&gt; in every page by default (NoScript). &lt;br&gt; Nevertheles, maybe we could still allow file: urls from the extension &lt;br&gt; folder. After all, they could equally be chrome: urls, had the
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/greasemonkey-dev/browse_frm/thread/6a6c4e7a0d5fabef/4e57bda147f8b23c?show_docid=4e57bda147f8b23c</guid>
  <author>
  esqui...@googlemail.com
  (esquifit)
  </author>
  <pubDate>Mon, 28 Dec 2009 23:09:13 UT
</pubDate>
  </item>
  <item>
  <title>Re: [greasemonkey-dev] Access violation check conflicts with Ubiquity</title>
  <link>http://groups.google.com/group/greasemonkey-dev/browse_frm/thread/6a6c4e7a0d5fabef/448e0be95b9fbad2?show_docid=448e0be95b9fbad2</link>
  <description>
  Yes. Only &amp;quot;known good&amp;quot; source files are allowed. &lt;br&gt; The standard workaround [1] should probably work. This page could &lt;br&gt; certainly be a lot more discoverable. &lt;br&gt; True. The message was designed for the most common case, the case the &lt;br&gt; access check was designed for. &lt;br&gt; [1] &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://wiki.greasespot.net/0.7.20080121.0%2B_compatibility&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/greasemonkey-dev/browse_frm/thread/6a6c4e7a0d5fabef/448e0be95b9fbad2?show_docid=448e0be95b9fbad2</guid>
  <author>
  arant...@gmail.com
  (Anthony Lieuallen)
  </author>
  <pubDate>Mon, 28 Dec 2009 20:54:00 UT
</pubDate>
  </item>
  <item>
  <title>Re: Access violation check conflicts with Ubiquity</title>
  <link>http://groups.google.com/group/greasemonkey-dev/browse_frm/thread/6a6c4e7a0d5fabef/334b35a57ba22c35?show_docid=334b35a57ba22c35</link>
  <description>
  Same behaviour with Erik Vold&#39;s approach to GM menu commands in the &lt;br&gt; context menu via Jetpack &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://jetpackgallery.mozillalabs.com/jetpacks/118&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; Here is the trace: &lt;br&gt; 1) file:&amp;lt;profile&amp;gt;/extensions/%7Be 4a8a97b-f2ed-450b-b12d-ee082ba 24781%7D/components/greasemonk ey.js &lt;br&gt; 2) chrome://greasemonkey/content/ miscapis.js
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/greasemonkey-dev/browse_frm/thread/6a6c4e7a0d5fabef/334b35a57ba22c35?show_docid=334b35a57ba22c35</guid>
  <author>
  esqui...@googlemail.com
  (esquifit)
  </author>
  <pubDate>Sun, 27 Dec 2009 18:33:10 UT
</pubDate>
  </item>
  </channel>
</rss>
