<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to GM_registerMenuCommand</title><link>https://sourceforge.net/p/greasemonkey/wiki/GM_registerMenuCommand/</link><description>Recent changes to GM_registerMenuCommand</description><atom:link href="https://sourceforge.net/p/greasemonkey/wiki/GM_registerMenuCommand/feed" rel="self"/><language>en</language><lastBuildDate>Sat, 10 Aug 2019 10:17:52 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/greasemonkey/wiki/GM_registerMenuCommand/feed" rel="self" type="application/rss+xml"/><item><title>GM_registerMenuCommand modified by mmartz</title><link>https://sourceforge.net/p/greasemonkey/wiki/GM_registerMenuCommand/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v10
+++ v11
@@ -12,7 +12,7 @@

 Value: Function
 Returns: `undefined`
-Compatibility: [Greasemonkey 0.2.5+](Version_history#025)
+Compatibility: Greasemonkey [0.2.5](Version_history#025) - [3.12.0](Version_history#3120)
 Access: [@grant](Metadata_Block#grant)

 Parameters
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mmartz</dc:creator><pubDate>Sat, 10 Aug 2019 10:17:52 -0000</pubDate><guid>https://sourceforge.netd482f48341ae74f254f36e274af47b5424c08697</guid></item><item><title>GM_registerMenuCommand modified by mmartz</title><link>https://sourceforge.net/p/greasemonkey/wiki/GM_registerMenuCommand/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v9
+++ v10
@@ -82,4 +82,4 @@

 ## Notes

-[⬆][toTop] [⬇][toBottom]
+[⬆][toTop]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mmartz</dc:creator><pubDate>Fri, 09 Aug 2019 19:41:15 -0000</pubDate><guid>https://sourceforge.net63b74c3c3b3f518e63ee20d05c4acd2d1164bd93</guid></item><item><title>GM_registerMenuCommand modified by mmartz</title><link>https://sourceforge.net/p/greasemonkey/wiki/GM_registerMenuCommand/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v8
+++ v9
@@ -13,7 +13,7 @@
 Value: Function
 Returns: `undefined`
 Compatibility: [Greasemonkey 0.2.5+](Version_history#025)
-Access: [@grant](Metadata_Block#grant)
+Access: [@grant](Metadata_Block#grant)

 Parameters

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mmartz</dc:creator><pubDate>Mon, 05 Aug 2019 14:08:45 -0000</pubDate><guid>https://sourceforge.net8cdfd3cadef96701029e0f32ea7c338bb420bc50</guid></item><item><title>GM_registerMenuCommand modified by mmartz</title><link>https://sourceforge.net/p/greasemonkey/wiki/GM_registerMenuCommand/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v7
+++ v8
@@ -1,5 +1,5 @@
 [toTop]: #content_base "Top"
-[toBottom]: #site-footer "Bottom"
+[toBottom]: #notes "Bottom"
 ## Description

 This [API](Greasemonkey_Manual:API) method allows user scripts to add a menu command to the "User Script Commands" submenu a.k.a the [Monkey Menu](Greasemonkey_Manual:Monkey_Menu).
@@ -12,7 +12,7 @@

 Value: Function
 Returns: `undefined`
-Compatibility: [Greasemonkey 0.2.5+](Version_history#0.2.5)
+Compatibility: [Greasemonkey 0.2.5+](Version_history#025)
 Access: [@grant](Metadata_Block#grant)

 Parameters
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mmartz</dc:creator><pubDate>Mon, 05 Aug 2019 09:45:27 -0000</pubDate><guid>https://sourceforge.netc8e07c1672d981adfe021cede7025ea1708167bc</guid></item><item><title>GM_registerMenuCommand modified by Martz</title><link>https://sourceforge.net/p/greasemonkey/wiki/GM_registerMenuCommand/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -63,15 +63,15 @@

 ### Core

-~~~~~~
+``` js
 GM_registerMenuCommand("Hello, world (simple)", helloSimple);
-~~~~~~
+```

 or

-~~~~~~
+``` js
 GM_registerMenuCommand("Hello, world!", hello, "h");
-~~~~~~
+```

 [⬆][toTop] [⬇][toBottom] [⇧](#examples)
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Martz</dc:creator><pubDate>Thu, 05 May 2016 18:25:46 -0000</pubDate><guid>https://sourceforge.net9b5843e420ead75dc6c99e0c083ff05192983a79</guid></item><item><title>GM_registerMenuCommand modified by Martz</title><link>https://sourceforge.net/p/greasemonkey/wiki/GM_registerMenuCommand/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -1,113 +1,85 @@
-{{DISPLAYTITLE:GM_registerMenuCommand}}{{Greasemonkey Manual TOC}} 
-
+[toTop]: #content_base "Top"
+[toBottom]: #site-footer "Bottom"
 ## Description

-This [API](Greasemonkey_Manual:API) method allows user scripts to add a menu command to the "User Script Commands" submenu a.k.a the [Monkey Menu](Greasemonkey_Manual:Monkey_Menu). 
+This [API](Greasemonkey_Manual:API) method allows user scripts to add a menu command to the "User Script Commands" submenu a.k.a the [Monkey Menu](Greasemonkey_Manual:Monkey_Menu).

-{{toFirstLast}} | [Examples](#Examples) | [See Also](#See_Also) | [Notes](#Notes) 
+[&amp;#x2b06;][toTop] [&amp;#x2b07;][toBottom] | [Examples](#examples) | [See Also](#see-also) | [Notes](#notes)

 ## Syntax

 **GM_registerMenuCommand(** _commandName_, _commandFunc_, _accessKey_ **)**

-    Value: Function 
-    Returns: undefined 
-    Compatibility: [Greasemonkey 0.2.5+](Version_history#0.2.5) 
-    Access: [@grant](Metadata_Block#.40grant_) 
+Value: Function
+Returns: `undefined`
+Compatibility: [Greasemonkey 0.2.5+](Version_history#0.2.5)
+Access: [@grant](Metadata_Block#grant)

-    
+Parameters

-Parameters 
+| **Properties** | **Event Handlers** |
+| --- | --- |
+| [commandName](#commandname) | [commandFunc](#commandfunc) |
+| [accessKey](#accesskey)

-**Properties** **Event Handlers**
-    
-    [commandName](#commandName_)
-    
-    [commandFunc](#commandFunc)
-    
-    [accessKey](#accessKey_)
+* All properties and event handlers are optional except [commandName](#commandname) and [commandFunc](#commandfunc).

-    
-
-  * All properties and event handlers are optional except [commandName](#commandName) and [commandFunc](#commandFunc). 
-
-{{toFirstLast}} 
+[&amp;#x2b06;][toTop] [&amp;#x2b07;][toBottom]

 ### Properties

-* * *
+---

-#### 
-    
-    commandName
+#### commandName

-    Value: String 
-    Usage: 
-    
-    **commandName** = "Some Name";
+Value: String
+Usage: `commandName = "Some Name";`

-    
+* Name to display in the [Monkey Menu](Greasemonkey_Manual:Monkey_Menu).

-  * Name to display in the [Monkey Menu](Greasemonkey_Manual:Monkey_Menu). 
+[&amp;#x2b06;][toTop] [&amp;#x2b07;][toBottom] [&amp;#x21e7;](#syntax)

-{{toFirstLast}} {{toPrev|2=Syntax}} 
+#### commandFunc

-#### 
-    
-    commandFunc
+Value: Function
+Usage: `commandFunc = function () { _/* some code */_ };`

-    Value: Function 
-    Usage: 
-    
-    **commandFunc** = function () { _/* some code */_ };
+* Function to call

-    
+[&amp;#x2b06;][toTop] [&amp;#x2b07;][toBottom] [&amp;#x21e7;](#syntax)

-  * Function to call 
+#### accessKey

-{{toFirstLast}} {{toPrev|2=Syntax}} 
+Value: String
+Usage: `accessKey = "g";`

-#### 
-    
-    accessKey
+* A single character that can be used to jump to the command when the menu is open. It should be a letter in [commandName](#commandname).

-    Value: String 
-    Usage: 
-    
-    **accessKey** = "g";
-
-    
-
-  * A single character that can be used to jump to the command when the menu is open. It should be a letter in [commandName](#commandName). 
-
-{{toFirstLast}} {{toPrev|2=Syntax}} 
+[&amp;#x2b06;][toTop] [&amp;#x2b07;][toBottom] [&amp;#x21e7;](#syntax)

 ## Examples

-{{toFirstLast}} 
+[&amp;#x2b06;][toTop] [&amp;#x2b07;][toBottom]

 ### Core

-{{Core samp |1=
-    
-    GM_registerMenuCommand("Hello, world (simple)", helloSimple);
+~~~~~~
+GM_registerMenuCommand("Hello, world (simple)", helloSimple);
+~~~~~~

-}} {{Core samp |1=
-    
-    GM_registerMenuCommand("Hello, world!", hello, "h");
+or

-}} 
+~~~~~~
+GM_registerMenuCommand("Hello, world!", hello, "h");
+~~~~~~

-{{toFirstLast}} {{toPrev|2=Examples}} 
+
+[&amp;#x2b06;][toTop] [&amp;#x2b07;][toBottom] [&amp;#x21e7;](#examples)

 ## See Also

-{{toFirstLast}} 
+[&amp;#x2b06;][toTop] [&amp;#x2b07;][toBottom]

 ## Notes

-{{toFirstLast}} 
-
-{{Greasemonkey Manual TOC}}
-
-[R](Category:API_Reference) 
+[&amp;#x2b06;][toTop] [&amp;#x2b07;][toBottom]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Martz</dc:creator><pubDate>Sat, 28 Jun 2014 09:19:19 -0000</pubDate><guid>https://sourceforge.net380f37afe7a96a333699479a12862c976c770fe4</guid></item><item><title>GM_registerMenuCommand modified by Martz</title><link>https://sourceforge.net/p/greasemonkey/wiki/GM_registerMenuCommand/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -13,6 +13,7 @@
     Value: Function 
     Returns: undefined 
     Compatibility: [Greasemonkey 0.2.5+](Version_history#0.2.5) 
+    Access: [@grant](Metadata_Block#.40grant_)

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Martz</dc:creator><pubDate>Fri, 27 Jun 2014 23:42:20 -0000</pubDate><guid>https://sourceforge.net8aabcd430e58a66ba3a1cdf8bedec8170ec6bb24</guid></item><item><title>GM_registerMenuCommand modified by Martz</title><link>https://sourceforge.net/p/greasemonkey/wiki/GM_registerMenuCommand/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -107,4 +107,6 @@

 {{toFirstLast}} 

+{{Greasemonkey Manual TOC}}
+
 [R](Category:API_Reference) 
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Martz</dc:creator><pubDate>Fri, 27 Jun 2014 23:42:20 -0000</pubDate><guid>https://sourceforge.net4c880e1439dd38a2af19bd2749a5d97fbca3dd15</guid></item><item><title>GM_registerMenuCommand modified by Martz</title><link>https://sourceforge.net/p/greasemonkey/wiki/GM_registerMenuCommand/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,6 +1,4 @@
-{{DISPLAYTITLE:GM_registerMenuCommand}} 
-
-{{Greasemonkey Manual TOC}} 
+{{DISPLAYTITLE:GM_registerMenuCommand}}{{Greasemonkey Manual TOC}}

 ## Description

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Martz</dc:creator><pubDate>Fri, 27 Jun 2014 23:42:20 -0000</pubDate><guid>https://sourceforge.netf459f1a43d6d984cf64c0b0d6160cb417f114f4a</guid></item><item><title>GM_registerMenuCommand modified by Martz</title><link>https://sourceforge.net/p/greasemonkey/wiki/GM_registerMenuCommand/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -6,7 +6,7 @@

 This [API](Greasemonkey_Manual:API) method allows user scripts to add a menu command to the "User Script Commands" submenu a.k.a the [Monkey Menu](Greasemonkey_Manual:Monkey_Menu). 

-[Examples](#Examples) | [See Also](#See_Also) | [Notes](#Notes) 
+{{toFirstLast}} | [Examples](#Examples) | [See Also](#See_Also) | [Notes](#Notes) 

 ## Syntax

@@ -32,7 +32,7 @@

   * All properties and event handlers are optional except [commandName](#commandName) and [commandFunc](#commandFunc). 

-[top](#top) 
+{{toFirstLast}} 

 ### Properties

@@ -51,7 +51,7 @@

   * Name to display in the [Monkey Menu](Greasemonkey_Manual:Monkey_Menu). 

-[top](#top) | [back](#Syntax)__
+{{toFirstLast}} {{toPrev|2=Syntax}} 

 #### 

@@ -66,7 +66,7 @@

   * Function to call 

-[top](#top) | [back](#Syntax) 
+{{toFirstLast}} {{toPrev|2=Syntax}} 

 #### 

@@ -81,11 +81,11 @@

   * A single character that can be used to jump to the command when the menu is open. It should be a letter in [commandName](#commandName). 

-[top](#top) | [back](#Syntax) 
+{{toFirstLast}} {{toPrev|2=Syntax}} 

 ## Examples

-[Core](#Core) 
+{{toFirstLast}} 

 ### Core

@@ -99,12 +99,14 @@

 }} 

-[top](#top) 
+{{toFirstLast}} {{toPrev|2=Examples}} 

 ## See Also

-[top](#top) 
+{{toFirstLast}} 

 ## Notes

-[top](#top) [R](Category:API_Reference) 
+{{toFirstLast}} 
+
+[R](Category:API_Reference) 
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Martz</dc:creator><pubDate>Fri, 27 Jun 2014 23:42:20 -0000</pubDate><guid>https://sourceforge.net38ef1a6f47978c0c703b6ce84a07d87189b90bf5</guid></item></channel></rss>