<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Tutorials</title><link>https://sourceforge.net/p/greasemonkey/wiki/Tutorials/</link><description>Recent changes to Tutorials</description><atom:link href="https://sourceforge.net/p/greasemonkey/wiki/Tutorials/feed" rel="self"/><language>en</language><lastBuildDate>Fri, 09 Aug 2019 19:46:55 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/greasemonkey/wiki/Tutorials/feed" rel="self" type="application/rss+xml"/><item><title>Tutorials modified by mmartz</title><link>https://sourceforge.net/p/greasemonkey/wiki/Tutorials/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v9
+++ v10
@@ -1,5 +1,5 @@
 [toTop]: #content_base "Top"
-[toBottom]: #site-footer "Bottom"
+[toBottom]: #notes "Bottom"
 [JavaScript tutorials](#javascript-tutorials) | [JavaScript references](#javaScript-references) | [JavaScript Books](#javascript-books)

 ## Greasemonkey tutorials
@@ -37,3 +37,7 @@
   * For a modern introduction to JavaScript, check out John Paxton and John Resig's [Pro JavaScript Techniques](https://www.amazon.com/Pro-JavaScript-Techniques-John-Paxton/dp/1430263911)

 [⬆][toTop] [⬇][toBottom] 
+
+## Notes
+
+[⬆][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:46:55 -0000</pubDate><guid>https://sourceforge.net59b9fce58bf01ec98683ec849f15f762dd2bf3a8</guid></item><item><title>Tutorials modified by mmartz</title><link>https://sourceforge.net/p/greasemonkey/wiki/Tutorials/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v8
+++ v9
@@ -26,7 +26,7 @@

 Once familiar with the language, one may notice there are many available features in JavaScript which are initially hard to remember. 

-  * [w3schools JS reference](http://www.w3schools.com/jsref/)
+  * [w3schools JS reference](https://www.w3schools.com/jsref/)
   * [MDN, an extensive wiki from Mozilla which details JavaScript and Firefox-unique features alike](https://developer.mozilla.org/)

 [⬆][toTop] [⬇][toBottom] 
@@ -34,6 +34,6 @@
 ## JavaScript Books

   * [JavaScript: The Definitive Guide](http://shop.oreilly.com/product/9780596805531.do)
-  * For a modern introduction to JavaScript, check out John Paxton and John Resig's [Pro JavaScript Techniques](http://www.amazon.com/Pro-JavaScript-Techniques-John-Paxton/dp/1430263911)
+  * For a modern introduction to JavaScript, check out John Paxton and John Resig's [Pro JavaScript Techniques](https://www.amazon.com/Pro-JavaScript-Techniques-John-Paxton/dp/1430263911)

 [⬆][toTop] [⬇][toBottom] 
&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 08:52:24 -0000</pubDate><guid>https://sourceforge.netf7f1b247e2b0f337038ac78d444dd50466cc24e9</guid></item><item><title>Tutorials modified by mmartz</title><link>https://sourceforge.net/p/greasemonkey/wiki/Tutorials/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v7
+++ v8
@@ -16,9 +16,9 @@

 ## JavaScript tutorials

-  * [w3schools JavaScript Tutorial](http://www.w3schools.com/js/)
-  * [tiztag's JavaScript Tutorial](http://www.tizag.com/javascriptT/)
-  * [JavaScript Closures](http://www.jibbering.com/faq/faq_notes/closures.html)
+  * [w3schools JavaScript Tutorial](https://www.w3schools.com/js/)
+  * [tiztag's JavaScript Tutorial](https://www.tizag.com/javascriptT/)
+  * [JavaScript Closures](https://www.jibbering.com/faq/faq_notes/closures.html)

 [⬆][toTop] [⬇][toBottom] 

&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 08:50:16 -0000</pubDate><guid>https://sourceforge.netf5eb1432d8c0a4c58b2aaec2157835233354c9b4</guid></item><item><title>Tutorials modified by mmartz</title><link>https://sourceforge.net/p/greasemonkey/wiki/Tutorials/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -5,7 +5,7 @@
 ## Greasemonkey tutorials

   * [Greasemonkey Manual](Greasemonkey_Manual:Getting_Started)
-  * [Greasemonkey for Firefox on OpenUserJS.org](https://github.com/OpenUserJs/OpenUserJS.org/wiki/Greasemonkey-for-Firefox)
+  * [Greasemonkey for Firefox on OpenUserJS.org](https://openuserjs.org/about/Greasemonkey-for-Firefox)
   * [Dive into Greasemonkey](http://diveintogreasemonkey.org/) *(dead link)*
   * [Greasemonkey hacks](http://commons.oreilly.com/wiki/index.php/Greasemonkey_Hacks) *(dead wiki)*
     * includes [Avoid Common Pitfalls in Greasemonkey](http://commons.oreilly.com/wiki/index.php/Greasemonkey_Hacks/Getting_Started#Avoid_Common_Pitfalls)
&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 08:47:36 -0000</pubDate><guid>https://sourceforge.net086412b873f778f6ca2740b5ef4528c6187e8ec3</guid></item><item><title>Tutorials modified by Martz</title><link>https://sourceforge.net/p/greasemonkey/wiki/Tutorials/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -34,6 +34,6 @@
 ## JavaScript Books

   * [JavaScript: The Definitive Guide](http://shop.oreilly.com/product/9780596805531.do)
-  * For a modern introduction to JavaScript, check out John Resig's [Pro JavaScript Techniques](http://www.amazon.com/Pro-JavaScript-Techniques-John-Paxton/dp/1430263911)
+  * For a modern introduction to JavaScript, check out John Paxton and John Resig's [Pro JavaScript Techniques](http://www.amazon.com/Pro-JavaScript-Techniques-John-Paxton/dp/1430263911)

 [⬆][toTop] [⬇][toBottom] 
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Martz</dc:creator><pubDate>Sun, 10 Aug 2014 07:09:44 -0000</pubDate><guid>https://sourceforge.net2b79a401cb3cf1f315ae33e0d0f7e6b00595a7b4</guid></item><item><title>Tutorials modified by Martz</title><link>https://sourceforge.net/p/greasemonkey/wiki/Tutorials/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -5,6 +5,7 @@
 ## Greasemonkey tutorials

   * [Greasemonkey Manual](Greasemonkey_Manual:Getting_Started)
+  * [Greasemonkey for Firefox on OpenUserJS.org](https://github.com/OpenUserJs/OpenUserJS.org/wiki/Greasemonkey-for-Firefox)
   * [Dive into Greasemonkey](http://diveintogreasemonkey.org/) *(dead link)*
   * [Greasemonkey hacks](http://commons.oreilly.com/wiki/index.php/Greasemonkey_Hacks) *(dead wiki)*
     * includes [Avoid Common Pitfalls in Greasemonkey](http://commons.oreilly.com/wiki/index.php/Greasemonkey_Hacks/Getting_Started#Avoid_Common_Pitfalls)
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Martz</dc:creator><pubDate>Sun, 10 Aug 2014 07:07:49 -0000</pubDate><guid>https://sourceforge.net2d8ed41cd756c988787d47bea1bebbbd7d3e5f28</guid></item><item><title>Tutorials modified by Martz</title><link>https://sourceforge.net/p/greasemonkey/wiki/Tutorials/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -17,9 +17,6 @@

   * [w3schools JavaScript Tutorial](http://www.w3schools.com/js/)
   * [tiztag's JavaScript Tutorial](http://www.tizag.com/javascriptT/)
-  * [JavaScript on QuirksMode](http://www.quirksmode.org/js/contents.html)
-  * The JavaScript Programming Language (part [1](http://video.yahoo.com/watch/111593/1710507), [2](http://video.yahoo.com/watch/111594/1710553), [3](http://video.yahoo.com/watch/111595/1710607), [4](http://video.yahoo.com/watch/111596/1710658)) by Douglas Crockford  
-A set of videos of a lectures by this JavaScript Author. 
   * [JavaScript Closures](http://www.jibbering.com/faq/faq_notes/closures.html)

 [⬆][toTop] [⬇][toBottom] 
@@ -29,13 +26,13 @@
 Once familiar with the language, one may notice there are many available features in JavaScript which are initially hard to remember. 

   * [w3schools JS reference](http://www.w3schools.com/jsref/)
-  * [MDN, an extensive wiki from Mozilla which details JavaScript and Firefox-unique features alike](http://developer.mozilla.org/)
+  * [MDN, an extensive wiki from Mozilla which details JavaScript and Firefox-unique features alike](https://developer.mozilla.org/)

 [⬆][toTop] [⬇][toBottom] 

 ## JavaScript Books

-  * [JavaScript: The Definitive Guide](http://www.oreilly.com/catalog/jscript5/)
-  * For a modern introduction to JavaScript, check out John Resig's [Pro JavaScript Techniques](http://www.amazon.com/Pro-JavaScript-Techniques-John-Resig/dp/1590597273)
+  * [JavaScript: The Definitive Guide](http://shop.oreilly.com/product/9780596805531.do)
+  * For a modern introduction to JavaScript, check out John Resig's [Pro JavaScript Techniques](http://www.amazon.com/Pro-JavaScript-Techniques-John-Paxton/dp/1430263911)

 [⬆][toTop] [⬇][toBottom] 
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Martz</dc:creator><pubDate>Sun, 10 Aug 2014 07:06:20 -0000</pubDate><guid>https://sourceforge.net44eeb58a4d44f36ad3053676db297cc4afa7561e</guid></item><item><title>Tutorials modified by Martz</title><link>https://sourceforge.net/p/greasemonkey/wiki/Tutorials/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -5,10 +5,10 @@
 ## Greasemonkey tutorials

   * [Greasemonkey Manual](Greasemonkey_Manual:Getting_Started)
-  * [Dive into Greasemonkey](http://diveintogreasemonkey.org/)
-  * [Greasemonkey hacks](http://commons.oreilly.com/wiki/index.php/Greasemonkey_Hacks)
+  * [Dive into Greasemonkey](http://diveintogreasemonkey.org/) *(dead link)*
+  * [Greasemonkey hacks](http://commons.oreilly.com/wiki/index.php/Greasemonkey_Hacks) *(dead wiki)*
     * includes [Avoid Common Pitfalls in Greasemonkey](http://commons.oreilly.com/wiki/index.php/Greasemonkey_Hacks/Getting_Started#Avoid_Common_Pitfalls)
-  * [UserScript Writing 101](http://userscripts.org/guides/22)
+  * [UserScript Writing 101](http://userscripts.org/guides/22) *(dead link)*

 [⬆][toTop] [⬇][toBottom] 
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Martz</dc:creator><pubDate>Sun, 10 Aug 2014 06:58:48 -0000</pubDate><guid>https://sourceforge.net4626864b43f9e275578b1f482861b25a37bc7a9b</guid></item><item><title>Tutorials modified by Martz</title><link>https://sourceforge.net/p/greasemonkey/wiki/Tutorials/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,14 +1,17 @@
-[JavaScript tutorials](#JavaScript_tutorials) | [JavaScript references](#JavaScript_references) | [JavaScript Books](#JavaScript_Books) 
+[toTop]: #content_base "Top"
+[toBottom]: #site-footer "Bottom"
+[JavaScript tutorials](#javascript-tutorials) | [JavaScript references](#javaScript-references) | [JavaScript Books](#javascript-books)

 ## Greasemonkey tutorials

-  * [Greasemonkey_Manual] 
+  * [Greasemonkey Manual](Greasemonkey_Manual:Getting_Started)
   * [Dive into Greasemonkey](http://diveintogreasemonkey.org/)
   * [Greasemonkey hacks](http://commons.oreilly.com/wiki/index.php/Greasemonkey_Hacks)
     * includes [Avoid Common Pitfalls in Greasemonkey](http://commons.oreilly.com/wiki/index.php/Greasemonkey_Hacks/Getting_Started#Avoid_Common_Pitfalls)
   * [UserScript Writing 101](http://userscripts.org/guides/22)

-{{toFirstLast}} 
+
+[⬆][toTop] [⬇][toBottom] 

 ## JavaScript tutorials

@@ -19,7 +22,7 @@
 A set of videos of a lectures by this JavaScript Author. 
   * [JavaScript Closures](http://www.jibbering.com/faq/faq_notes/closures.html)

-{{toFirstLast}} 
+[⬆][toTop] [⬇][toBottom] 

 ## JavaScript references

@@ -28,11 +31,11 @@
   * [w3schools JS reference](http://www.w3schools.com/jsref/)
   * [MDN, an extensive wiki from Mozilla which details JavaScript and Firefox-unique features alike](http://developer.mozilla.org/)

-{{toFirstLast}} 
+[⬆][toTop] [⬇][toBottom] 

 ## JavaScript Books

   * [JavaScript: The Definitive Guide](http://www.oreilly.com/catalog/jscript5/)
   * For a modern introduction to JavaScript, check out John Resig's [Pro JavaScript Techniques](http://www.amazon.com/Pro-JavaScript-Techniques-John-Resig/dp/1590597273)

-{{toFirstLast}} 
+[⬆][toTop] [⬇][toBottom] 
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Martz</dc:creator><pubDate>Sun, 10 Aug 2014 06:57:22 -0000</pubDate><guid>https://sourceforge.netacdfb05c4679190c2157b3228633f90cbbf9bc5a</guid></item><item><title>Tutorials modified by Martz</title><link>https://sourceforge.net/p/greasemonkey/wiki/Tutorials/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;&lt;a class="" href="#JavaScript_tutorials"&gt;JavaScript tutorials&lt;/a&gt; | &lt;a class="" href="#JavaScript_references"&gt;JavaScript references&lt;/a&gt; | &lt;a class="" href="#JavaScript_Books"&gt;JavaScript Books&lt;/a&gt; &lt;/p&gt;
&lt;h2 id="greasemonkey-tutorials"&gt;Greasemonkey tutorials&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span&gt;[Greasemonkey_Manual]&lt;/span&gt; &lt;/li&gt;
&lt;li&gt;&lt;a class="" href="http://diveintogreasemonkey.org/" rel="nofollow"&gt;Dive into Greasemonkey&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class="" href="http://commons.oreilly.com/wiki/index.php/Greasemonkey_Hacks" rel="nofollow"&gt;Greasemonkey hacks&lt;/a&gt;&lt;ul&gt;
&lt;li&gt;includes &lt;a class="" href="http://commons.oreilly.com/wiki/index.php/Greasemonkey_Hacks/Getting_Started#Avoid_Common_Pitfalls" rel="nofollow"&gt;Avoid Common Pitfalls in Greasemonkey&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a class="" href="http://userscripts.org/guides/22" rel="nofollow"&gt;UserScript Writing 101&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;{{toFirstLast}} &lt;/p&gt;
&lt;h2 id="javascript-tutorials"&gt;JavaScript tutorials&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a class="" href="http://www.w3schools.com/js/" rel="nofollow"&gt;w3schools JavaScript Tutorial&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class="" href="http://www.tizag.com/javascriptT/" rel="nofollow"&gt;tiztag's JavaScript Tutorial&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class="" href="http://www.quirksmode.org/js/contents.html" rel="nofollow"&gt;JavaScript on QuirksMode&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;The JavaScript Programming Language (part &lt;a class="" href="http://video.yahoo.com/watch/111593/1710507" rel="nofollow"&gt;1&lt;/a&gt;, &lt;a class="" href="http://video.yahoo.com/watch/111594/1710553" rel="nofollow"&gt;2&lt;/a&gt;, &lt;a class="" href="http://video.yahoo.com/watch/111595/1710607" rel="nofollow"&gt;3&lt;/a&gt;, &lt;a class="" href="http://video.yahoo.com/watch/111596/1710658" rel="nofollow"&gt;4&lt;/a&gt;) by Douglas Crockford&lt;br /&gt;
A set of videos of a lectures by this JavaScript Author. &lt;/li&gt;
&lt;li&gt;&lt;a class="" href="http://www.jibbering.com/faq/faq_notes/closures.html" rel="nofollow"&gt;JavaScript Closures&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;{{toFirstLast}} &lt;/p&gt;
&lt;h2 id="javascript-references"&gt;JavaScript references&lt;/h2&gt;
&lt;p&gt;Once familiar with the language, one may notice there are many available features in JavaScript which are initially hard to remember. &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a class="" href="http://www.w3schools.com/jsref/" rel="nofollow"&gt;w3schools JS reference&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a class="" href="http://developer.mozilla.org/" rel="nofollow"&gt;MDN, an extensive wiki from Mozilla which details JavaScript and Firefox-unique features alike&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;{{toFirstLast}} &lt;/p&gt;
&lt;h2 id="javascript-books"&gt;JavaScript Books&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a class="" href="http://www.oreilly.com/catalog/jscript5/" rel="nofollow"&gt;JavaScript: The Definitive Guide&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;For a modern introduction to JavaScript, check out John Resig's &lt;a class="" href="http://www.amazon.com/Pro-JavaScript-Techniques-John-Resig/dp/1590597273" rel="nofollow"&gt;Pro JavaScript Techniques&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;{{toFirstLast}} &lt;/p&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:40:50 -0000</pubDate><guid>https://sourceforge.net18879969f5c319ae509b69d0cb0a002b16b1fc2e</guid></item></channel></rss>