<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://project-gc.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=4265399</id>
	<title>Project-GC - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://project-gc.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=4265399"/>
	<link rel="alternate" type="text/html" href="https://project-gc.com/w/Special:Contributions/4265399"/>
	<updated>2026-05-28T11:06:26Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.3</generator>
	<entry>
		<id>https://project-gc.com/wiki/index.php?title=Project-GC_Userscript/Development/Settings_Menu&amp;diff=2065</id>
		<title>Project-GC Userscript/Development/Settings Menu</title>
		<link rel="alternate" type="text/html" href="https://project-gc.com/wiki/index.php?title=Project-GC_Userscript/Development/Settings_Menu&amp;diff=2065"/>
		<updated>2022-09-05T13:53:45Z</updated>

		<summary type="html">&lt;p&gt;4265399: fix image size&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{PGC-back-link&lt;br /&gt;
|content=Settings Menu&lt;br /&gt;
|link={{PGC-US-Name}}/Development&lt;br /&gt;
}}&lt;br /&gt;
= Description =&lt;br /&gt;
&#039;&#039;&#039;Settings Menu&#039;&#039;&#039; is a feature that displays a list of toggle based settings that allow you to choose which features you want enabled.  These settings are stored within your profile. &lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
[[File:settings_menu.png|700px]]&lt;br /&gt;
&lt;br /&gt;
= Change Log =&lt;br /&gt;
== 2022-09-04; Issue #108.  Fixed in v2.3.19 ==&lt;br /&gt;
Updated the code, adding single line of code to prevent the default action of page reload.  Thank you @cghove for the fix! &lt;br /&gt;
Around Line 436, added the following line:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
            // Issue 108; fixed 2022-09-05 (Settings menu now reloading page)&lt;br /&gt;
            e.preventDefault();&lt;br /&gt;
&amp;lt;/pre&amp;gt;resulting in: --&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
        $(&amp;quot;#pgcUserMenuButton&amp;quot;).click(function(e) {&lt;br /&gt;
            $(&#039;#pgcUserMenu&#039;).show();&lt;br /&gt;
            // Issue 108; fixed 2022-09-05 (Settings menu now reloading page)&lt;br /&gt;
            e.preventDefault();&lt;br /&gt;
        })&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>4265399</name></author>
	</entry>
	<entry>
		<id>https://project-gc.com/wiki/index.php?title=Project-GC_Userscript/Development/Settings_Menu&amp;diff=2064</id>
		<title>Project-GC Userscript/Development/Settings Menu</title>
		<link rel="alternate" type="text/html" href="https://project-gc.com/wiki/index.php?title=Project-GC_Userscript/Development/Settings_Menu&amp;diff=2064"/>
		<updated>2022-09-05T13:53:25Z</updated>

		<summary type="html">&lt;p&gt;4265399: new page; feature documented.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{PGC-back-link&lt;br /&gt;
|content=Settings Menu&lt;br /&gt;
|link={{PGC-US-Name}}/Development&lt;br /&gt;
}}&lt;br /&gt;
= Description =&lt;br /&gt;
&#039;&#039;&#039;Settings Menu&#039;&#039;&#039; is a feature that displays a list of toggle based settings that allow you to choose which features you want enabled.  These settings are stored within your profile. &lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
[[File:settings_menu.png|500px]]&lt;br /&gt;
&lt;br /&gt;
= Change Log =&lt;br /&gt;
== 2022-09-04; Issue #108.  Fixed in v2.3.19 ==&lt;br /&gt;
Updated the code, adding single line of code to prevent the default action of page reload.  Thank you @cghove for the fix! &lt;br /&gt;
Around Line 436, added the following line:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
            // Issue 108; fixed 2022-09-05 (Settings menu now reloading page)&lt;br /&gt;
            e.preventDefault();&lt;br /&gt;
&amp;lt;/pre&amp;gt;resulting in: --&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
        $(&amp;quot;#pgcUserMenuButton&amp;quot;).click(function(e) {&lt;br /&gt;
            $(&#039;#pgcUserMenu&#039;).show();&lt;br /&gt;
            // Issue 108; fixed 2022-09-05 (Settings menu now reloading page)&lt;br /&gt;
            e.preventDefault();&lt;br /&gt;
        })&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>4265399</name></author>
	</entry>
	<entry>
		<id>https://project-gc.com/wiki/index.php?title=File:Settings_menu.png&amp;diff=2063</id>
		<title>File:Settings menu.png</title>
		<link rel="alternate" type="text/html" href="https://project-gc.com/wiki/index.php?title=File:Settings_menu.png&amp;diff=2063"/>
		<updated>2022-09-05T13:53:01Z</updated>

		<summary type="html">&lt;p&gt;4265399: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>4265399</name></author>
	</entry>
	<entry>
		<id>https://project-gc.com/wiki/index.php?title=Project-GC_Userscript/Development/Settings_Menu&amp;diff=2062</id>
		<title>Project-GC Userscript/Development/Settings Menu</title>
		<link rel="alternate" type="text/html" href="https://project-gc.com/wiki/index.php?title=Project-GC_Userscript/Development/Settings_Menu&amp;diff=2062"/>
		<updated>2022-09-05T13:43:22Z</updated>

		<summary type="html">&lt;p&gt;4265399: new page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Settings Menu&lt;br /&gt;
&lt;br /&gt;
        $(&amp;quot;#pgcUserMenuButton&amp;quot;).click(function(e) {&lt;br /&gt;
            $(&#039;#pgcUserMenu&#039;).show();&lt;br /&gt;
            // Issue 108; fixed 2022-09-05 (Settings menu now reloading page)&lt;br /&gt;
            e.preventDefault();&lt;br /&gt;
        })&lt;/div&gt;</summary>
		<author><name>4265399</name></author>
	</entry>
	<entry>
		<id>https://project-gc.com/wiki/index.php?title=Project-GC_UserScript&amp;diff=2061</id>
		<title>Project-GC UserScript</title>
		<link rel="alternate" type="text/html" href="https://project-gc.com/wiki/index.php?title=Project-GC_UserScript&amp;diff=2061"/>
		<updated>2022-09-03T17:28:27Z</updated>

		<summary type="html">&lt;p&gt;4265399: Fix link issue&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;table style=&amp;quot;width:100%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;width:70%; vertical-align:top;&amp;quot;&amp;gt;&lt;br /&gt;
= Description =&lt;br /&gt;
This tool is a user-enabled script that extends the user experience at the [https://geocaching.com Geocaching.com website], primarily by integrating Project-GC into it.  The audience for this script are primarily geocaching power-users, however some of the basic features can make the novice or beginner experience better as well.&lt;br /&gt;
&lt;br /&gt;
This script was originally written by Jonas &amp;quot;lillfiluren&amp;quot; Högström; and has been maintained and improved upon by various other [https://github.com/magma1447/greasemonkey-geocaching-projectgc/graphs/contributors geocaching community members]].&lt;br /&gt;
= Prerequisites =&lt;br /&gt;
* While &#039;&#039;not required&#039;&#039; - it is highly recommended that you have a [https://project-gc.com/Home/Membership Project-GC membership].  &#039;&#039;Many features will not be present without a membership.&#039;&#039;&lt;br /&gt;
* You need to know how to install an extension&amp;lt;ref name=&amp;quot;extension&amp;quot;&amp;gt;Web browser extensions are also known as add-ons or plug-ins&amp;lt;/ref&amp;gt; into your web browser.&lt;br /&gt;
* Familiarity with GreaseMonkey&amp;lt;ref name=&amp;quot;greasemonkey&amp;quot;&amp;gt;For more info about Greasemonkey, see [https://en.wikipedia.org/wiki/Greasemonkey Wikipedia article on Greasemonkey]&amp;lt;/ref&amp;gt; or TamperMonkey&amp;lt;ref name=&amp;quot;tampermonkey&amp;quot;&amp;gt;For more info about TamperMonkey, see [https://en.wikipedia.org/wiki/Tampermonkey Wikipedia article on Tampermonkey]&amp;lt;/ref&amp;gt;, or Firemonkey&amp;lt;ref name=&amp;quot;firemonkey&amp;quot;&amp;gt;For more info about Firemonkey, see [https://addons.mozilla.org/en-US/firefox/addon/firemonkey/ More information about Firemonkey]&amp;lt;/ref&amp;gt; managers that enable the this tool and many others based on Userscripts&amp;lt;ref name=&amp;quot;userscripts&amp;quot;&amp;gt;For more info about Userscripts, see [https://en.wikipedia.org/wiki/Userscript Wikipedia article on Userscripts]&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;width:30%; padding-left:25px;&amp;quot;&amp;gt;__TOC__ &amp;lt;br&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
== Additional Sections ==&lt;br /&gt;
* [https://project-gc.com/w/Project-GC_Userscript/Development Development]&lt;br /&gt;
* [https://project-gc.com/w/Project-GC_Userscript/Feature_List Feature List]&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Installation =&lt;br /&gt;
There are TWO different things you must install:&lt;br /&gt;
# A userscript manager web browser extension.&lt;br /&gt;
# The script (userscript) itself.&lt;br /&gt;
&lt;br /&gt;
== Web browser extension installation ==&lt;br /&gt;
&lt;br /&gt;
Depending on the web browser that you use, follow the directions below to install the extension&amp;lt;ref name=&amp;quot;extension&amp;quot; /&amp;gt;.  Then proceed to the next section&lt;br /&gt;
&lt;br /&gt;
=== Firefox ===&lt;br /&gt;
&#039;&#039;These directions are for Firefox v104.* and might vary with older or newer versions.&#039;&#039;&lt;br /&gt;
# From the &amp;quot;Tools&amp;quot; menu, choose &amp;quot;Add-ons and Themes&amp;quot;.&lt;br /&gt;
# On the left, locate &amp;quot;Extensions&amp;quot; and click it.&lt;br /&gt;
# At the top of the window, look for &amp;quot;Find more add-ons&amp;quot; with a search-box next to it.  Type in &amp;quot;greasemonkey&amp;quot; (one word) into the box and press return.&lt;br /&gt;
# A list of extensions will show up, choose the extension you wish to use (Greasemonkey&amp;lt;ref name=&amp;quot;greasemonkey&amp;quot; /&amp;gt;, Tampermonkey&amp;lt;ref name=&amp;quot;tampermonkey&amp;quot; /&amp;gt;, or Firemonkey&amp;lt;ref name=&amp;quot;firemonkey&amp;quot; /&amp;gt;)&lt;br /&gt;
# On the page describing the extension, looked for a &amp;lt;span style=&amp;quot;color:blue;&amp;quot;&amp;gt;blue&amp;lt;/span&amp;gt; &amp;quot;Add to Firefox&amp;quot; button.  Click it.&lt;br /&gt;
# A pop-up will appear to re-iterate what the extension will do, click &amp;quot;Add&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;At anytime, if you wish to change which extension you are using or want to remove the extension, repeat the steps above, and click the &amp;quot;Remove&amp;quot; button that will appear in place of the &amp;quot;Add&amp;quot; button.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Chrome ===&lt;br /&gt;
&#039;&#039;These directions are for Google Chrome v104.* and might vary with older or newer versions.&#039;&#039;&lt;br /&gt;
# Open (launch) Google Chrome.&lt;br /&gt;
# Visit the following website: https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo&lt;br /&gt;
# Click the &amp;lt;span style=&amp;quot;color:blue;&amp;quot;&amp;gt;blue&amp;lt;/span&amp;gt; &amp;quot;Add to Chrome&amp;quot; button.&lt;br /&gt;
# A page describing the extension after it is installed will appear, it is safe to close this tab/window.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;At anytime, if you wish to change which extension you are using or want to remove the extension, repeat the steps above, and click the &amp;quot;Remove from Chrome&amp;quot; button that will appear in place of the &amp;quot;Add&amp;quot; button.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Other web browsers ===&lt;br /&gt;
Firefox and Chrome are recommended, however depending on the web browser, there may be a Userscript manager available for it.   Tampermonkey&amp;lt;ref name=&amp;quot;tampermonkey&amp;quot; /&amp;gt; is the only extension (as of 8/2022) that lists various other browsers that it supports.&lt;br /&gt;
&lt;br /&gt;
== Userscript installation ==&lt;br /&gt;
# Visit the [https://greasyfork.org/en/scripts/9713-geocaching-com-project-gc Greasy Fork] website.&lt;br /&gt;
# Find and click on the &amp;lt;span style=&amp;quot;color:green;&amp;quot;&amp;gt;green&amp;lt;/span&amp;gt; &amp;quot;Install this script&amp;quot; button. &lt;br /&gt;
# A new window will appear, giving more information about the script.  &#039;&#039;It is encourage to always read what the script will do before installing.&#039;&#039;  &lt;br /&gt;
# Find the &amp;quot;Install&amp;quot; button and click it.&lt;br /&gt;
&lt;br /&gt;
Once the script is installed, you can view the script source code or enable/disable the script.  Once a script is installed, most userscript managers will keep it up-to-date automatically as part of the default settings.  Refer to additional pages regarding the various Userscript managers on their usage.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table style=&amp;quot;width:100%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;width:50%; text-align:left; vertical-align:top; padding-right: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
= Notes =&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
== Credits ==&lt;br /&gt;
* Idea and initial work: Jonas &amp;quot;lillfiluren&amp;quot; Högström.&lt;br /&gt;
* Cleanup and actually make things work properly (cross browser compatible) by [https://github.com/Surfoo Surfoo].&lt;br /&gt;
* Smashing bugs and working with community: [https://github.com/jewettg Greg Jewett (jewettg)]&lt;br /&gt;
* Many other various [https://github.com/magma1447/greasemonkey-geocaching-projectgc/graphs/contributors contributors]. &#039;&#039;Thank you!&#039;&#039;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;width:50%; text-align:left; vertical-align:top; padding-left: 20px; padding-right: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
= Open Source =&lt;br /&gt;
The UserScript is open source and the source code is available on Github.  Please visit the [https://project-gc.com/w/Project-GC_Userscript/Development Development Section] for more information.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
== Open Source Used (Citations)==&lt;br /&gt;
&amp;lt;table style=&amp;quot;width:100%;  border-spacing: 1px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #000; color: #fff;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Software Title/Name&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Author&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Version / License&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Links&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #ccc; color: #000;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;exif-js/exif-js&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;(c)2008 Jacob Seidelin&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The MIT License (MIT)&amp;lt;br/&amp;gt;v2.2.0&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;[https://github.com/exif-js/exif-js GitHub Repo]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
== License ==&lt;br /&gt;
Please read [https://github.com/magma1447/greasemonkey-geocaching-projectgc/blob/fbb9b106e26151ea3d93662bbcd4a6fd40d4f234/LICENSE LICENSE] within Repository.&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Power User Tools]]&lt;/div&gt;</summary>
		<author><name>4265399</name></author>
	</entry>
	<entry>
		<id>https://project-gc.com/wiki/index.php?title=Project-GC_UserScript&amp;diff=2060</id>
		<title>Project-GC UserScript</title>
		<link rel="alternate" type="text/html" href="https://project-gc.com/wiki/index.php?title=Project-GC_UserScript&amp;diff=2060"/>
		<updated>2022-09-03T17:26:38Z</updated>

		<summary type="html">&lt;p&gt;4265399: heading change&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;table style=&amp;quot;width:100%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;width:70%; vertical-align:top;&amp;quot;&amp;gt;&lt;br /&gt;
= Description =&lt;br /&gt;
This tool is a user-enabled script that extends the user experience at the [https://geocaching.com Geocaching.com website], primarily by integrating Project-GC into it.  The audience for this script are primarily geocaching power-users, however some of the basic features can make the novice or beginner experience better as well.&lt;br /&gt;
&lt;br /&gt;
This script was originally written by Jonas &amp;quot;lillfiluren&amp;quot; Högström; and has been maintained and improved upon by various other [https://github.com/magma1447/greasemonkey-geocaching-projectgc/graphs/contributors geocaching community members]].&lt;br /&gt;
= Prerequisites =&lt;br /&gt;
* While &#039;&#039;not required&#039;&#039; - it is highly recommended that you have a [https://project-gc.com/Home/Membership Project-GC membership].  &#039;&#039;Many features will not be present without a membership.&#039;&#039;&lt;br /&gt;
* You need to know how to install an extension&amp;lt;ref name=&amp;quot;extension&amp;quot;&amp;gt;Web browser extensions are also known as add-ons or plug-ins&amp;lt;/ref&amp;gt; into your web browser.&lt;br /&gt;
* Familiarity with GreaseMonkey&amp;lt;ref name=&amp;quot;greasemonkey&amp;quot;&amp;gt;For more info about Greasemonkey, see [https://en.wikipedia.org/wiki/Greasemonkey Wikipedia article on Greasemonkey]&amp;lt;/ref&amp;gt; or TamperMonkey&amp;lt;ref name=&amp;quot;tampermonkey&amp;quot;&amp;gt;For more info about TamperMonkey, see [https://en.wikipedia.org/wiki/Tampermonkey Wikipedia article on Tampermonkey]&amp;lt;/ref&amp;gt;, or Firemonkey&amp;lt;ref name=&amp;quot;firemonkey&amp;quot;&amp;gt;For more info about TamperMonkey, see [ https://addons.mozilla.org/en-US/firefox/addon/firemonkey/ More information about Firemonkey]&amp;lt;/ref&amp;gt; managers that enable the this tool and many others based on Userscripts&amp;lt;ref name=&amp;quot;userscripts&amp;quot;&amp;gt;For more info about Userscripts, see [https://en.wikipedia.org/wiki/Userscript Wikipedia article on Userscripts]&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;width:30%; padding-left:25px;&amp;quot;&amp;gt;__TOC__ &amp;lt;br&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
== Additional Sections ==&lt;br /&gt;
* [https://project-gc.com/w/Project-GC_Userscript/Development Development]&lt;br /&gt;
* [https://project-gc.com/w/Project-GC_Userscript/Feature_List Feature List]&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Installation =&lt;br /&gt;
There are TWO different things you must install:&lt;br /&gt;
# A userscript manager web browser extension.&lt;br /&gt;
# The script (userscript) itself.&lt;br /&gt;
&lt;br /&gt;
== Web browser extension installation ==&lt;br /&gt;
&lt;br /&gt;
Depending on the web browser that you use, follow the directions below to install the extension&amp;lt;ref name=&amp;quot;extension&amp;quot; /&amp;gt;.  Then proceed to the next section&lt;br /&gt;
&lt;br /&gt;
=== Firefox ===&lt;br /&gt;
&#039;&#039;These directions are for Firefox v104.* and might vary with older or newer versions.&#039;&#039;&lt;br /&gt;
# From the &amp;quot;Tools&amp;quot; menu, choose &amp;quot;Add-ons and Themes&amp;quot;.&lt;br /&gt;
# On the left, locate &amp;quot;Extensions&amp;quot; and click it.&lt;br /&gt;
# At the top of the window, look for &amp;quot;Find more add-ons&amp;quot; with a search-box next to it.  Type in &amp;quot;greasemonkey&amp;quot; (one word) into the box and press return.&lt;br /&gt;
# A list of extensions will show up, choose the extension you wish to use (Greasemonkey&amp;lt;ref name=&amp;quot;greasemonkey&amp;quot; /&amp;gt;, Tampermonkey&amp;lt;ref name=&amp;quot;tampermonkey&amp;quot; /&amp;gt;, or Firemonkey&amp;lt;ref name=&amp;quot;firemonkey&amp;quot; /&amp;gt;)&lt;br /&gt;
# On the page describing the extension, looked for a &amp;lt;span style=&amp;quot;color:blue;&amp;quot;&amp;gt;blue&amp;lt;/span&amp;gt; &amp;quot;Add to Firefox&amp;quot; button.  Click it.&lt;br /&gt;
# A pop-up will appear to re-iterate what the extension will do, click &amp;quot;Add&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;At anytime, if you wish to change which extension you are using or want to remove the extension, repeat the steps above, and click the &amp;quot;Remove&amp;quot; button that will appear in place of the &amp;quot;Add&amp;quot; button.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Chrome ===&lt;br /&gt;
&#039;&#039;These directions are for Google Chrome v104.* and might vary with older or newer versions.&#039;&#039;&lt;br /&gt;
# Open (launch) Google Chrome.&lt;br /&gt;
# Visit the following website: https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo&lt;br /&gt;
# Click the &amp;lt;span style=&amp;quot;color:blue;&amp;quot;&amp;gt;blue&amp;lt;/span&amp;gt; &amp;quot;Add to Chrome&amp;quot; button.&lt;br /&gt;
# A page describing the extension after it is installed will appear, it is safe to close this tab/window.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;At anytime, if you wish to change which extension you are using or want to remove the extension, repeat the steps above, and click the &amp;quot;Remove from Chrome&amp;quot; button that will appear in place of the &amp;quot;Add&amp;quot; button.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Other web browsers ===&lt;br /&gt;
Firefox and Chrome are recommended, however depending on the web browser, there may be a Userscript manager available for it.   Tampermonkey&amp;lt;ref name=&amp;quot;tampermonkey&amp;quot; /&amp;gt; is the only extension (as of 8/2022) that lists various other browsers that it supports.&lt;br /&gt;
&lt;br /&gt;
== Userscript installation ==&lt;br /&gt;
# Visit the [https://greasyfork.org/en/scripts/9713-geocaching-com-project-gc Greasy Fork] website.&lt;br /&gt;
# Find and click on the &amp;lt;span style=&amp;quot;color:green;&amp;quot;&amp;gt;green&amp;lt;/span&amp;gt; &amp;quot;Install this script&amp;quot; button. &lt;br /&gt;
# A new window will appear, giving more information about the script.  &#039;&#039;It is encourage to always read what the script will do before installing.&#039;&#039;  &lt;br /&gt;
# Find the &amp;quot;Install&amp;quot; button and click it.&lt;br /&gt;
&lt;br /&gt;
Once the script is installed, you can view the script source code or enable/disable the script.  Once a script is installed, most userscript managers will keep it up-to-date automatically as part of the default settings.  Refer to additional pages regarding the various Userscript managers on their usage.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table style=&amp;quot;width:100%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;width:50%; text-align:left; vertical-align:top; padding-right: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
= Notes =&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
== Credits ==&lt;br /&gt;
* Idea and initial work: Jonas &amp;quot;lillfiluren&amp;quot; Högström.&lt;br /&gt;
* Cleanup and actually make things work properly (cross browser compatible) by [https://github.com/Surfoo Surfoo].&lt;br /&gt;
* Smashing bugs and working with community: [https://github.com/jewettg Greg Jewett (jewettg)]&lt;br /&gt;
* Many other various [https://github.com/magma1447/greasemonkey-geocaching-projectgc/graphs/contributors contributors]. &#039;&#039;Thank you!&#039;&#039;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;width:50%; text-align:left; vertical-align:top; padding-left: 20px; padding-right: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
= Open Source =&lt;br /&gt;
The UserScript is open source and the source code is available on Github.  Please visit the [https://project-gc.com/w/Project-GC_Userscript/Development Development Section] for more information.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
== Open Source Used (Citations)==&lt;br /&gt;
&amp;lt;table style=&amp;quot;width:100%;  border-spacing: 1px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #000; color: #fff;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Software Title/Name&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Author&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Version / License&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Links&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #ccc; color: #000;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;exif-js/exif-js&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;(c)2008 Jacob Seidelin&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The MIT License (MIT)&amp;lt;br/&amp;gt;v2.2.0&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;[https://github.com/exif-js/exif-js GitHub Repo]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
== License ==&lt;br /&gt;
Please read [https://github.com/magma1447/greasemonkey-geocaching-projectgc/blob/fbb9b106e26151ea3d93662bbcd4a6fd40d4f234/LICENSE LICENSE] within Repository.&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Power User Tools]]&lt;/div&gt;</summary>
		<author><name>4265399</name></author>
	</entry>
	<entry>
		<id>https://project-gc.com/wiki/index.php?title=Project-GC_UserScript&amp;diff=2059</id>
		<title>Project-GC UserScript</title>
		<link rel="alternate" type="text/html" href="https://project-gc.com/wiki/index.php?title=Project-GC_UserScript&amp;diff=2059"/>
		<updated>2022-09-03T17:26:06Z</updated>

		<summary type="html">&lt;p&gt;4265399: More info.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;table style=&amp;quot;width:100%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;width:70%; vertical-align:top;&amp;quot;&amp;gt;&lt;br /&gt;
= Description =&lt;br /&gt;
This tool is a user-enabled script that extends the user experience at the [https://geocaching.com Geocaching.com website], primarily by integrating Project-GC into it.  The audience for this script are primarily geocaching power-users, however some of the basic features can make the novice or beginner experience better as well.&lt;br /&gt;
&lt;br /&gt;
This script was originally written by Jonas &amp;quot;lillfiluren&amp;quot; Högström; and has been maintained and improved upon by various other [https://github.com/magma1447/greasemonkey-geocaching-projectgc/graphs/contributors geocaching community members]].&lt;br /&gt;
= Prerequisites =&lt;br /&gt;
* While &#039;&#039;not required&#039;&#039; - it is highly recommended that you have a [https://project-gc.com/Home/Membership Project-GC membership].  &#039;&#039;Many features will not be present without a membership.&#039;&#039;&lt;br /&gt;
* You need to know how to install an extension&amp;lt;ref name=&amp;quot;extension&amp;quot;&amp;gt;Web browser extensions are also known as add-ons or plug-ins&amp;lt;/ref&amp;gt; into your web browser.&lt;br /&gt;
* Familiarity with GreaseMonkey&amp;lt;ref name=&amp;quot;greasemonkey&amp;quot;&amp;gt;For more info about Greasemonkey, see [https://en.wikipedia.org/wiki/Greasemonkey Wikipedia article on Greasemonkey]&amp;lt;/ref&amp;gt; or TamperMonkey&amp;lt;ref name=&amp;quot;tampermonkey&amp;quot;&amp;gt;For more info about TamperMonkey, see [https://en.wikipedia.org/wiki/Tampermonkey Wikipedia article on Tampermonkey]&amp;lt;/ref&amp;gt;, or Firemonkey&amp;lt;ref name=&amp;quot;firemonkey&amp;quot;&amp;gt;For more info about TamperMonkey, see [ https://addons.mozilla.org/en-US/firefox/addon/firemonkey/ More information about Firemonkey]&amp;lt;/ref&amp;gt; managers that enable the this tool and many others based on Userscripts&amp;lt;ref name=&amp;quot;userscripts&amp;quot;&amp;gt;For more info about Userscripts, see [https://en.wikipedia.org/wiki/Userscript Wikipedia article on Userscripts]&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;width:30%; padding-left:25px;&amp;quot;&amp;gt;__TOC__ &amp;lt;br&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
== Additional Sections ==&lt;br /&gt;
* [https://project-gc.com/w/Project-GC_Userscript/Development Development]&lt;br /&gt;
* [https://project-gc.com/w/Project-GC_Userscript/Feature_List Feature List]&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Installation =&lt;br /&gt;
There are TWO different things you must install:&lt;br /&gt;
# A userscript manager web browser extension.&lt;br /&gt;
# The script (userscript) itself.&lt;br /&gt;
&lt;br /&gt;
== Web browser extension installation ==&lt;br /&gt;
&lt;br /&gt;
Depending on the web browser that you use, follow the directions below to install the extension&amp;lt;ref name=&amp;quot;extension&amp;quot; /&amp;gt;.  Then proceed to the next section&lt;br /&gt;
&lt;br /&gt;
=== Firefox ===&lt;br /&gt;
&#039;&#039;These directions are for Firefox v104.* and might vary with older or newer versions.&#039;&#039;&lt;br /&gt;
# From the &amp;quot;Tools&amp;quot; menu, choose &amp;quot;Add-ons and Themes&amp;quot;.&lt;br /&gt;
# On the left, locate &amp;quot;Extensions&amp;quot; and click it.&lt;br /&gt;
# At the top of the window, look for &amp;quot;Find more add-ons&amp;quot; with a search-box next to it.  Type in &amp;quot;greasemonkey&amp;quot; (one word) into the box and press return.&lt;br /&gt;
# A list of extensions will show up, choose the extension you wish to use (Greasemonkey&amp;lt;ref name=&amp;quot;greasemonkey&amp;quot; /&amp;gt;, Tampermonkey&amp;lt;ref name=&amp;quot;tampermonkey&amp;quot; /&amp;gt;, or Firemonkey&amp;lt;ref name=&amp;quot;firemonkey&amp;quot; /&amp;gt;)&lt;br /&gt;
# On the page describing the extension, looked for a &amp;lt;span style=&amp;quot;color:blue;&amp;quot;&amp;gt;blue&amp;lt;/span&amp;gt; &amp;quot;Add to Firefox&amp;quot; button.  Click it.&lt;br /&gt;
# A pop-up will appear to re-iterate what the extension will do, click &amp;quot;Add&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;At anytime, if you wish to change which extension you are using or want to remove the extension, repeat the steps above, and click the &amp;quot;Remove&amp;quot; button that will appear in place of the &amp;quot;Add&amp;quot; button.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Chrome ===&lt;br /&gt;
&#039;&#039;These directions are for Google Chrome v104.* and might vary with older or newer versions.&#039;&#039;&lt;br /&gt;
# Open (launch) Google Chrome.&lt;br /&gt;
# Visit the following website: https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo&lt;br /&gt;
# Click the &amp;lt;span style=&amp;quot;color:blue;&amp;quot;&amp;gt;blue&amp;lt;/span&amp;gt; &amp;quot;Add to Chrome&amp;quot; button.&lt;br /&gt;
# A page describing the extension after it is installed will appear, it is safe to close this tab/window.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;At anytime, if you wish to change which extension you are using or want to remove the extension, repeat the steps above, and click the &amp;quot;Remove from Chrome&amp;quot; button that will appear in place of the &amp;quot;Add&amp;quot; button.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Other web browsers ===&lt;br /&gt;
Firefox and Chrome are recommended, however depending on the web browser, there may be a Userscript manager available for it.   Tampermonkey&amp;lt;ref name=&amp;quot;tampermonkey&amp;quot; /&amp;gt; is the only extension (as of 8/2022) that lists various other browsers that it supports.&lt;br /&gt;
&lt;br /&gt;
== Userscript installation ==&lt;br /&gt;
# Visit the [https://greasyfork.org/en/scripts/9713-geocaching-com-project-gc Greasy Fork] website.&lt;br /&gt;
# Find and click on the &amp;lt;span style=&amp;quot;color:green;&amp;quot;&amp;gt;green&amp;lt;/span&amp;gt; &amp;quot;Install this script&amp;quot; button. &lt;br /&gt;
# A new window will appear, giving more information about the script.  &#039;&#039;It is encourage to always read what the script will do before installing.&#039;&#039;  &lt;br /&gt;
# Find the &amp;quot;Install&amp;quot; button and click it.&lt;br /&gt;
&lt;br /&gt;
Once the script is installed, you can view the script source code or enable/disable the script.  Once a script is installed, most userscript managers will keep it up-to-date automatically as part of the default settings.  Refer to additional pages regarding the various Userscript managers on their usage.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table style=&amp;quot;width:100%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;width:50%; text-align:left; vertical-align:top; padding-right: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
= Notes =&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
= Credits =&lt;br /&gt;
* Idea and initial work: Jonas &amp;quot;lillfiluren&amp;quot; Högström.&lt;br /&gt;
* Cleanup and actually make things work properly (cross browser compatible) by [https://github.com/Surfoo Surfoo].&lt;br /&gt;
* Smashing bugs and working with community: [https://github.com/jewettg Greg Jewett (jewettg)]&lt;br /&gt;
* Many other various [https://github.com/magma1447/greasemonkey-geocaching-projectgc/graphs/contributors contributors]. &#039;&#039;Thank you!&#039;&#039;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;width:50%; text-align:left; vertical-align:top; padding-left: 20px; padding-right: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
= Open Source =&lt;br /&gt;
The UserScript is open source and the source code is available on Github.  Please visit the [https://project-gc.com/w/Project-GC_Userscript/Development Development Section] for more information.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
== Open Source Used (Citations)==&lt;br /&gt;
&amp;lt;table style=&amp;quot;width:100%;  border-spacing: 1px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #000; color: #fff;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Software Title/Name&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Author&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Version / License&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Links&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #ccc; color: #000;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;exif-js/exif-js&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;(c)2008 Jacob Seidelin&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The MIT License (MIT)&amp;lt;br/&amp;gt;v2.2.0&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;[https://github.com/exif-js/exif-js GitHub Repo]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
= License =&lt;br /&gt;
Please read [https://github.com/magma1447/greasemonkey-geocaching-projectgc/blob/fbb9b106e26151ea3d93662bbcd4a6fd40d4f234/LICENSE LICENSE] within Repository.&lt;br /&gt;
&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Power User Tools]]&lt;/div&gt;</summary>
		<author><name>4265399</name></author>
	</entry>
	<entry>
		<id>https://project-gc.com/wiki/index.php?title=Project-GC_UserScript&amp;diff=2058</id>
		<title>Project-GC UserScript</title>
		<link rel="alternate" type="text/html" href="https://project-gc.com/wiki/index.php?title=Project-GC_UserScript&amp;diff=2058"/>
		<updated>2022-09-03T17:14:53Z</updated>

		<summary type="html">&lt;p&gt;4265399: add word&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;table style=&amp;quot;width:100%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;width:70%; vertical-align:top;&amp;quot;&amp;gt;&lt;br /&gt;
= Description =&lt;br /&gt;
This tool is a user-enabled script that extends the user experience at the [https://geocaching.com Geocaching.com website], primarily by integrating Project-GC into it.  The audience for this script are primarily geocaching power-users, however some of the basic features can make the novice or beginner experience better as well.&lt;br /&gt;
&lt;br /&gt;
This script was originally written by Jonas &amp;quot;lillfiluren&amp;quot; Högström; and has been maintained and improved upon by various other [https://github.com/magma1447/greasemonkey-geocaching-projectgc/graphs/contributors geocaching community members]].&lt;br /&gt;
= Prerequisites =&lt;br /&gt;
* While &#039;&#039;not required&#039;&#039; - it is highly recommended that you have a [https://project-gc.com/Home/Membership Project-GC membership].  &#039;&#039;Many features will not be present without a membership.&#039;&#039;&lt;br /&gt;
* You need to know how to install an extension&amp;lt;ref name=&amp;quot;extension&amp;quot;&amp;gt;Web browser extensions are also known as add-ons or plug-ins&amp;lt;/ref&amp;gt; into your web browser.&lt;br /&gt;
* Familiarity with GreaseMonkey&amp;lt;ref name=&amp;quot;greasemonkey&amp;quot;&amp;gt;For more info about Greasemonkey, see [https://en.wikipedia.org/wiki/Greasemonkey Wikipedia article on Greasemonkey]&amp;lt;/ref&amp;gt; or TamperMonkey&amp;lt;ref name=&amp;quot;tampermonkey&amp;quot;&amp;gt;For more info about TamperMonkey, see [https://en.wikipedia.org/wiki/Tampermonkey Wikipedia article on Tampermonkey]&amp;lt;/ref&amp;gt;, or Firemonkey&amp;lt;ref name=&amp;quot;firemonkey&amp;quot;&amp;gt;For more info about TamperMonkey, see [ https://addons.mozilla.org/en-US/firefox/addon/firemonkey/ More information about Firemonkey]&amp;lt;/ref&amp;gt; managers that enable the this tool and many others based on Userscripts&amp;lt;ref name=&amp;quot;userscripts&amp;quot;&amp;gt;For more info about Userscripts, see [https://en.wikipedia.org/wiki/Userscript Wikipedia article on Userscripts]&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;width:30%; padding-left:25px;&amp;quot;&amp;gt;__TOC__ &amp;lt;br&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
== Additional Sections ==&lt;br /&gt;
* [https://project-gc.com/w/Project-GC_Userscript/Development Development]&lt;br /&gt;
* [https://project-gc.com/w/Project-GC_Userscript/Feature_List Feature List]&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Installation =&lt;br /&gt;
There are TWO different things you must install:&lt;br /&gt;
# A userscript manager web browser extension.&lt;br /&gt;
# The script (userscript) itself.&lt;br /&gt;
&lt;br /&gt;
== Web browser extension installation ==&lt;br /&gt;
&lt;br /&gt;
Depending on the web browser that you use, follow the directions below to install the extension&amp;lt;ref name=&amp;quot;extension&amp;quot; /&amp;gt;.  Then proceed to the next section&lt;br /&gt;
&lt;br /&gt;
=== Firefox ===&lt;br /&gt;
&#039;&#039;These directions are for Firefox v104.* and might vary with older or newer versions.&#039;&#039;&lt;br /&gt;
# From the &amp;quot;Tools&amp;quot; menu, choose &amp;quot;Add-ons and Themes&amp;quot;.&lt;br /&gt;
# On the left, locate &amp;quot;Extensions&amp;quot; and click it.&lt;br /&gt;
# At the top of the window, look for &amp;quot;Find more add-ons&amp;quot; with a search-box next to it.  Type in &amp;quot;greasemonkey&amp;quot; (one word) into the box and press return.&lt;br /&gt;
# A list of extensions will show up, choose the extension you wish to use (Greasemonkey&amp;lt;ref name=&amp;quot;greasemonkey&amp;quot; /&amp;gt;, Tampermonkey&amp;lt;ref name=&amp;quot;tampermonkey&amp;quot; /&amp;gt;, or Firemonkey&amp;lt;ref name=&amp;quot;firemonkey&amp;quot; /&amp;gt;)&lt;br /&gt;
# On the page describing the extension, looked for a &amp;lt;span style=&amp;quot;color:blue;&amp;quot;&amp;gt;blue&amp;lt;/span&amp;gt; &amp;quot;Add to Firefox&amp;quot; button.  Click it.&lt;br /&gt;
# A pop-up will appear to re-iterate what the extension will do, click &amp;quot;Add&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;At anytime, if you wish to change which extension you are using or want to remove the extension, repeat the steps above, and click the &amp;quot;Remove&amp;quot; button that will appear in place of the &amp;quot;Add&amp;quot; button.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Chrome ===&lt;br /&gt;
&#039;&#039;These directions are for Google Chrome v104.* and might vary with older or newer versions.&#039;&#039;&lt;br /&gt;
# Open (launch) Google Chrome.&lt;br /&gt;
# Visit the following website: https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo&lt;br /&gt;
# Click the &amp;lt;span style=&amp;quot;color:blue;&amp;quot;&amp;gt;blue&amp;lt;/span&amp;gt; &amp;quot;Add to Chrome&amp;quot; button.&lt;br /&gt;
# A page describing the extension after it is installed will appear, it is safe to close this tab/window.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;At anytime, if you wish to change which extension you are using or want to remove the extension, repeat the steps above, and click the &amp;quot;Remove from Chrome&amp;quot; button that will appear in place of the &amp;quot;Add&amp;quot; button.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Other web browsers ===&lt;br /&gt;
Firefox and Chrome are recommended, however depending on the web browser, there may be a Userscript manager available for it.   Tampermonkey&amp;lt;ref name=&amp;quot;tampermonkey&amp;quot; /&amp;gt; is the only extension (as of 8/2022) that lists various other browsers that it supports.&lt;br /&gt;
&lt;br /&gt;
== Userscript installation ==&lt;br /&gt;
# Visit the [https://greasyfork.org/en/scripts/9713-geocaching-com-project-gc Greasy Fork] website.&lt;br /&gt;
# Find and click on the &amp;lt;span style=&amp;quot;color:green;&amp;quot;&amp;gt;green&amp;lt;/span&amp;gt; &amp;quot;Install this script&amp;quot; button. &lt;br /&gt;
# A new window will appear, giving more information about the script.  &#039;&#039;It is encourage to always read what the script will do before installing.&#039;&#039;  &lt;br /&gt;
# Find the &amp;quot;Install&amp;quot; button and click it.&lt;br /&gt;
&lt;br /&gt;
Once the script is installed, you can view the script source code or enable/disable the script.  Once a script is installed, most userscript managers will keep it up-to-date automatically as part of the default settings.  Refer to additional pages regarding the various Userscript managers on their usage.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table style=&amp;quot;width:100%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;width:50%; text-align:left; vertical-align:top; padding-right: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
= Notes =&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Power User Tools]]&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;width:50%; text-align:left; vertical-align:top; padding-left: 20px; padding-right: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
= Open Source =&lt;br /&gt;
The UserScript is open source and the source code is available on Github.  Please visit the [https://project-gc.com/w/Project-GC_Userscript/Development Development Section] for more information.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
== Open Source Used (Citations)==&lt;br /&gt;
&amp;lt;table style=&amp;quot;width:100%;  border-spacing: 1px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #000; color: #fff;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Software Title/Name&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Author&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Version / License&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Links&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #ccc; color: #000;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;exif-js/exif-js&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;(c)2008 Jacob Seidelin&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The MIT License (MIT)&amp;lt;br/&amp;gt;v2.2.0&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;[https://github.com/exif-js/exif-js GitHub Repo]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;/div&gt;</summary>
		<author><name>4265399</name></author>
	</entry>
	<entry>
		<id>https://project-gc.com/wiki/index.php?title=Project-GC_UserScript&amp;diff=2057</id>
		<title>Project-GC UserScript</title>
		<link rel="alternate" type="text/html" href="https://project-gc.com/wiki/index.php?title=Project-GC_UserScript&amp;diff=2057"/>
		<updated>2022-09-03T17:01:23Z</updated>

		<summary type="html">&lt;p&gt;4265399: Add credits/citations for OpenSource software used.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;table style=&amp;quot;width:100%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;width:70%; vertical-align:top;&amp;quot;&amp;gt;&lt;br /&gt;
= Description =&lt;br /&gt;
This tool is a user-enabled script that extends the user experience at the [https://geocaching.com Geocaching.com website], primarily by integrating Project-GC into it.  The audience for this script are primarily geocaching power-users, however some of the basic features can make the novice or beginner experience better as well.&lt;br /&gt;
&lt;br /&gt;
This script was originally written by Jonas &amp;quot;lillfiluren&amp;quot; Högström; and has been maintained and improved upon by various other [https://github.com/magma1447/greasemonkey-geocaching-projectgc/graphs/contributors geocaching community members]].&lt;br /&gt;
= Prerequisites =&lt;br /&gt;
* While &#039;&#039;not required&#039;&#039; - it is highly recommended that you have a [https://project-gc.com/Home/Membership Project-GC membership].  &#039;&#039;Many features will not be present without a membership.&#039;&#039;&lt;br /&gt;
* You need to know how to install an extension&amp;lt;ref name=&amp;quot;extension&amp;quot;&amp;gt;Web browser extensions are also known as add-ons or plug-ins&amp;lt;/ref&amp;gt; into your web browser.&lt;br /&gt;
* Familiarity with GreaseMonkey&amp;lt;ref name=&amp;quot;greasemonkey&amp;quot;&amp;gt;For more info about Greasemonkey, see [https://en.wikipedia.org/wiki/Greasemonkey Wikipedia article on Greasemonkey]&amp;lt;/ref&amp;gt; or TamperMonkey&amp;lt;ref name=&amp;quot;tampermonkey&amp;quot;&amp;gt;For more info about TamperMonkey, see [https://en.wikipedia.org/wiki/Tampermonkey Wikipedia article on Tampermonkey]&amp;lt;/ref&amp;gt;, or Firemonkey&amp;lt;ref name=&amp;quot;firemonkey&amp;quot;&amp;gt;For more info about TamperMonkey, see [ https://addons.mozilla.org/en-US/firefox/addon/firemonkey/ More information about Firemonkey]&amp;lt;/ref&amp;gt; managers that enable the this tool and many others based on Userscripts&amp;lt;ref name=&amp;quot;userscripts&amp;quot;&amp;gt;For more info about Userscripts, see [https://en.wikipedia.org/wiki/Userscript Wikipedia article on Userscripts]&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;width:30%; padding-left:25px;&amp;quot;&amp;gt;__TOC__ &amp;lt;br&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
== Additional Sections ==&lt;br /&gt;
* [https://project-gc.com/w/Project-GC_Userscript/Development Development]&lt;br /&gt;
* [https://project-gc.com/w/Project-GC_Userscript/Feature_List Feature List]&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Installation =&lt;br /&gt;
There are TWO different things you must install:&lt;br /&gt;
# A userscript manager web browser extension.&lt;br /&gt;
# The script (userscript) itself.&lt;br /&gt;
&lt;br /&gt;
== Web browser extension installation ==&lt;br /&gt;
&lt;br /&gt;
Depending on the web browser that you use, follow the directions below to install the extension&amp;lt;ref name=&amp;quot;extension&amp;quot; /&amp;gt;.  Then proceed to the next section&lt;br /&gt;
&lt;br /&gt;
=== Firefox ===&lt;br /&gt;
&#039;&#039;These directions are for Firefox v104.* and might vary with older or newer versions.&#039;&#039;&lt;br /&gt;
# From the &amp;quot;Tools&amp;quot; menu, choose &amp;quot;Add-ons and Themes&amp;quot;.&lt;br /&gt;
# On the left, locate &amp;quot;Extensions&amp;quot; and click it.&lt;br /&gt;
# At the top of the window, look for &amp;quot;Find more add-ons&amp;quot; with a search-box next to it.  Type in &amp;quot;greasemonkey&amp;quot; (one word) into the box and press return.&lt;br /&gt;
# A list of extensions will show up, choose the extension you wish to use (Greasemonkey&amp;lt;ref name=&amp;quot;greasemonkey&amp;quot; /&amp;gt;, Tampermonkey&amp;lt;ref name=&amp;quot;tampermonkey&amp;quot; /&amp;gt;, or Firemonkey&amp;lt;ref name=&amp;quot;firemonkey&amp;quot; /&amp;gt;)&lt;br /&gt;
# On the page describing the extension, looked for a &amp;lt;span style=&amp;quot;color:blue;&amp;quot;&amp;gt;blue&amp;lt;/span&amp;gt; &amp;quot;Add to Firefox&amp;quot; button.  Click it.&lt;br /&gt;
# A pop-up will appear to re-iterate what the extension will do, click &amp;quot;Add&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;At anytime, if you wish to change which extension you are using or want to remove the extension, repeat the steps above, and click the &amp;quot;Remove&amp;quot; button that will appear in place of the &amp;quot;Add&amp;quot; button.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Chrome ===&lt;br /&gt;
&#039;&#039;These directions are for Google Chrome v104.* and might vary with older or newer versions.&#039;&#039;&lt;br /&gt;
# Open (launch) Google Chrome.&lt;br /&gt;
# Visit the following website: https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo&lt;br /&gt;
# Click the &amp;lt;span style=&amp;quot;color:blue;&amp;quot;&amp;gt;blue&amp;lt;/span&amp;gt; &amp;quot;Add to Chrome&amp;quot; button.&lt;br /&gt;
# A page describing the extension after it is installed will appear, it is safe to close this tab/window.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;At anytime, if you wish to change which extension you are using or want to remove the extension, repeat the steps above, and click the &amp;quot;Remove from Chrome&amp;quot; button that will appear in place of the &amp;quot;Add&amp;quot; button.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Other web browsers ===&lt;br /&gt;
Firefox and Chrome are recommended, however depending on the web browser, there may be a Userscript manager available for it.   Tampermonkey&amp;lt;ref name=&amp;quot;tampermonkey&amp;quot; /&amp;gt; is the only extension (as of 8/2022) that lists various other browsers that it supports.&lt;br /&gt;
&lt;br /&gt;
== Userscript installation ==&lt;br /&gt;
# Visit the [https://greasyfork.org/en/scripts/9713-geocaching-com-project-gc Greasy Fork] website.&lt;br /&gt;
# Find and click on the &amp;lt;span style=&amp;quot;color:green;&amp;quot;&amp;gt;green&amp;lt;/span&amp;gt; &amp;quot;Install this script&amp;quot; button. &lt;br /&gt;
# A new window will appear, giving more information about the script.  &#039;&#039;It is encourage to always read what the script will do before installing.&#039;&#039;  &lt;br /&gt;
# Find the &amp;quot;Install&amp;quot; button and click it.&lt;br /&gt;
&lt;br /&gt;
Once the script is installed, you can view the script source code or enable/disable the script.  Once a script is installed, most userscript managers will keep it up-to-date automatically as part of the default settings.  Refer to additional pages regarding the various Userscript managers on their usage.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table style=&amp;quot;width:100%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;width:50%; text-align:left; vertical-align:top; padding-right: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
= Notes =&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Power User Tools]]&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;width:50%; text-align:left; vertical-align:top; padding-left: 20px; padding-right: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
= Open Source =&lt;br /&gt;
The UserScript is open source and the source code is available on Github.  Please visit the [https://project-gc.com/w/Project-GC_Userscript/Development Development Section] for more information.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
== Open Source Used ==&lt;br /&gt;
&amp;lt;table style=&amp;quot;width:100%;  border-spacing: 1px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #000; color: #fff;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Software Title/Name&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Author&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Version / License&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;th&amp;gt;Links&amp;lt;/th&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr style=&amp;quot;background-color: #ccc; color: #000;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;exif-js/exif-js&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;(c)2008 Jacob Seidelin&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;The MIT License (MIT)&amp;lt;br/&amp;gt;v2.2.0&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;[https://github.com/exif-js/exif-js GitHub Repo]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;/div&gt;</summary>
		<author><name>4265399</name></author>
	</entry>
	<entry>
		<id>https://project-gc.com/wiki/index.php?title=Project-GC_Userscript/Development&amp;diff=2056</id>
		<title>Project-GC Userscript/Development</title>
		<link rel="alternate" type="text/html" href="https://project-gc.com/wiki/index.php?title=Project-GC_Userscript/Development&amp;diff=2056"/>
		<updated>2022-09-01T14:09:32Z</updated>

		<summary type="html">&lt;p&gt;4265399: typo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{PGC-back-link&lt;br /&gt;
|content=Development work and progress of the {{PGC-US-Name}}&lt;br /&gt;
|link=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table style=&amp;quot;width:100%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;width:30%; text-align:left; vertical-align:top; padding-right: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
The following are features and the change logs of work that was performed on this:&amp;lt;br/&amp;gt;{{Special:PrefixIndex/Project-GC Userscript/Development/ |hideredirects=1 |stripprefix=1}}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;width:1px; background-color: #222;&amp;quot;&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;width:70%; text-align:left;vertical-align:top; padding-left: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;We welcome individuals who would like to help us make this project better.&amp;lt;/b&amp;gt;  Without the support of the community - this project would not exist!  You can help with development and bug-squashing or you can just submit bugs and feature requests that the team will review and attempt to work on.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;Please note:&amp;lt;/b&amp;gt;&amp;lt;/i&amp;gt; The script partly depends on back-end API calls to Project-GC, the API itself is closed source and undocumented.&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
* Programming experience in JavaScript&lt;br /&gt;
* Familiarity with the UserScript capabilities and functional JavaScript&lt;br /&gt;
* Experience with GitHub Repository management (cloning, branching, forking, submissions, pull-requests, etc...)&lt;br /&gt;
* Willingness to work within a team to discuss changes and accept criticism and praise.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Visit&amp;lt;/b&amp;gt;: https://github.com/magma1447/greasemonkey-geocaching-projectgc&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;i&amp;gt;Clone and fork the project, make your changes and submit them with a pull-request.&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Review&amp;lt;/b&amp;gt; the [[https://github.com/magma1447/greasemonkey-geocaching-projectgc/issues current issues]] (feature requests and bugs).  Work on existing issues or propose a new issue and submit for review.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;/div&gt;</summary>
		<author><name>4265399</name></author>
	</entry>
	<entry>
		<id>https://project-gc.com/wiki/index.php?title=Project-GC_Userscript/Development&amp;diff=2055</id>
		<title>Project-GC Userscript/Development</title>
		<link rel="alternate" type="text/html" href="https://project-gc.com/wiki/index.php?title=Project-GC_Userscript/Development&amp;diff=2055"/>
		<updated>2022-09-01T14:09:10Z</updated>

		<summary type="html">&lt;p&gt;4265399: quick add&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{PGC-back-link&lt;br /&gt;
|content=Development work and progress of the {{PGC-US-Name}}&lt;br /&gt;
|link=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table style=&amp;quot;width:100%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;width:30%; text-align:left; vertical-align:top; padding-right: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
The following are features and the change logs of work that was performed on this:&amp;lt;br/&amp;gt;{{Special:PrefixIndex/Project-GC Userscript/Development/ |hideredirects=1 |stripprefix=1}}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;width:1px; background-color: #222;&amp;quot;&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;width:70%; text-align:left;vertical-align:top; padding-left: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;We welcome individuals who would like to help us make this project better.&amp;lt;/b&amp;gt;  Without the support of the community - this project would not exist!  You can help with development and bug-squashing or you can just submit bugs and feature requests that the team will review and attempt to work on.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;Please note:&amp;lt;/b&amp;gt;&amp;lt;/i&amp;gt; The script partly depends on back-end API calls to Project-GC, the API itself is closed source and undocumented.&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
* Programming experience in JavaScript&lt;br /&gt;
* Familiarity with the UserScript capabilities and functional JavaScript&lt;br /&gt;
* Experience with GitHub Repository management (cloning, branching, forking, submissions, pull-requests, etc...)&lt;br /&gt;
* Willingness to work within a team to discuss changes and accept criticism and praise.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Please visit&amp;lt;/b&amp;gt;: https://github.com/magma1447/greasemonkey-geocaching-projectgc&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;i&amp;gt;Clone and fork the project, make your changes and submit them with a pull-request.&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Review&amp;lt;/b&amp;gt; the [[https://github.com/magma1447/greasemonkey-geocaching-projectgc/issues current issues]] (feature requests and bugs).  Work on existing issues or propose a new issue and submit for review.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;/div&gt;</summary>
		<author><name>4265399</name></author>
	</entry>
	<entry>
		<id>https://project-gc.com/wiki/index.php?title=Project-GC_UserScript&amp;diff=2054</id>
		<title>Project-GC UserScript</title>
		<link rel="alternate" type="text/html" href="https://project-gc.com/wiki/index.php?title=Project-GC_UserScript&amp;diff=2054"/>
		<updated>2022-09-01T14:08:18Z</updated>

		<summary type="html">&lt;p&gt;4265399: typo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;table style=&amp;quot;width:100%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;width:70%; vertical-align:top;&amp;quot;&amp;gt;&lt;br /&gt;
= Description =&lt;br /&gt;
This tool is a user-enabled script that extends the user experience at the [https://geocaching.com Geocaching.com website], primarily by integrating Project-GC into it.  The audience for this script are primarily geocaching power-users, however some of the basic features can make the novice or beginner experience better as well.&lt;br /&gt;
&lt;br /&gt;
This script was originally written by Jonas &amp;quot;lillfiluren&amp;quot; Högström; and has been maintained and improved upon by various other [https://github.com/magma1447/greasemonkey-geocaching-projectgc/graphs/contributors geocaching community members]].&lt;br /&gt;
= Prerequisites =&lt;br /&gt;
* While &#039;&#039;not required&#039;&#039; - it is highly recommended that you have a [https://project-gc.com/Home/Membership Project-GC membership].  &#039;&#039;Many features will not be present without a membership.&#039;&#039;&lt;br /&gt;
* You need to know how to install an extension&amp;lt;ref name=&amp;quot;extension&amp;quot;&amp;gt;Web browser extensions are also known as add-ons or plug-ins&amp;lt;/ref&amp;gt; into your web browser.&lt;br /&gt;
* Familiarity with GreaseMonkey&amp;lt;ref name=&amp;quot;greasemonkey&amp;quot;&amp;gt;For more info about Greasemonkey, see [https://en.wikipedia.org/wiki/Greasemonkey Wikipedia article on Greasemonkey]&amp;lt;/ref&amp;gt; or TamperMonkey&amp;lt;ref name=&amp;quot;tampermonkey&amp;quot;&amp;gt;For more info about TamperMonkey, see [https://en.wikipedia.org/wiki/Tampermonkey Wikipedia article on Tampermonkey]&amp;lt;/ref&amp;gt;, or Firemonkey&amp;lt;ref name=&amp;quot;firemonkey&amp;quot;&amp;gt;For more info about TamperMonkey, see [ https://addons.mozilla.org/en-US/firefox/addon/firemonkey/ More information about Firemonkey]&amp;lt;/ref&amp;gt; managers that enable the this tool and many others based on Userscripts&amp;lt;ref name=&amp;quot;userscripts&amp;quot;&amp;gt;For more info about Userscripts, see [https://en.wikipedia.org/wiki/Userscript Wikipedia article on Userscripts]&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;width:30%; padding-left:25px;&amp;quot;&amp;gt;__TOC__ &amp;lt;br&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
== Additional Sections ==&lt;br /&gt;
* [https://project-gc.com/w/Project-GC_Userscript/Development Development]&lt;br /&gt;
* [https://project-gc.com/w/Project-GC_Userscript/Feature_List Feature List]&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Installation =&lt;br /&gt;
There are TWO different things you must install:&lt;br /&gt;
# A userscript manager web browser extension.&lt;br /&gt;
# The script (userscript) itself.&lt;br /&gt;
&lt;br /&gt;
== Web browser extension installation ==&lt;br /&gt;
&lt;br /&gt;
Depending on the web browser that you use, follow the directions below to install the extension&amp;lt;ref name=&amp;quot;extension&amp;quot; /&amp;gt;.  Then proceed to the next section&lt;br /&gt;
&lt;br /&gt;
=== Firefox ===&lt;br /&gt;
&#039;&#039;These directions are for Firefox v104.* and might vary with older or newer versions.&#039;&#039;&lt;br /&gt;
# From the &amp;quot;Tools&amp;quot; menu, choose &amp;quot;Add-ons and Themes&amp;quot;.&lt;br /&gt;
# On the left, locate &amp;quot;Extensions&amp;quot; and click it.&lt;br /&gt;
# At the top of the window, look for &amp;quot;Find more add-ons&amp;quot; with a search-box next to it.  Type in &amp;quot;greasemonkey&amp;quot; (one word) into the box and press return.&lt;br /&gt;
# A list of extensions will show up, choose the extension you wish to use (Greasemonkey&amp;lt;ref name=&amp;quot;greasemonkey&amp;quot; /&amp;gt;, Tampermonkey&amp;lt;ref name=&amp;quot;tampermonkey&amp;quot; /&amp;gt;, or Firemonkey&amp;lt;ref name=&amp;quot;firemonkey&amp;quot; /&amp;gt;)&lt;br /&gt;
# On the page describing the extension, looked for a &amp;lt;span style=&amp;quot;color:blue;&amp;quot;&amp;gt;blue&amp;lt;/span&amp;gt; &amp;quot;Add to Firefox&amp;quot; button.  Click it.&lt;br /&gt;
# A pop-up will appear to re-iterate what the extension will do, click &amp;quot;Add&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;At anytime, if you wish to change which extension you are using or want to remove the extension, repeat the steps above, and click the &amp;quot;Remove&amp;quot; button that will appear in place of the &amp;quot;Add&amp;quot; button.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Chrome ===&lt;br /&gt;
&#039;&#039;These directions are for Google Chrome v104.* and might vary with older or newer versions.&#039;&#039;&lt;br /&gt;
# Open (launch) Google Chrome.&lt;br /&gt;
# Visit the following website: https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo&lt;br /&gt;
# Click the &amp;lt;span style=&amp;quot;color:blue;&amp;quot;&amp;gt;blue&amp;lt;/span&amp;gt; &amp;quot;Add to Chrome&amp;quot; button.&lt;br /&gt;
# A page describing the extension after it is installed will appear, it is safe to close this tab/window.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;At anytime, if you wish to change which extension you are using or want to remove the extension, repeat the steps above, and click the &amp;quot;Remove from Chrome&amp;quot; button that will appear in place of the &amp;quot;Add&amp;quot; button.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Other web browsers ===&lt;br /&gt;
Firefox and Chrome are recommended, however depending on the web browser, there may be a Userscript manager available for it.   Tampermonkey&amp;lt;ref name=&amp;quot;tampermonkey&amp;quot; /&amp;gt; is the only extension (as of 8/2022) that lists various other browsers that it supports.&lt;br /&gt;
&lt;br /&gt;
== Userscript installation ==&lt;br /&gt;
# Visit the [https://greasyfork.org/en/scripts/9713-geocaching-com-project-gc Greasy Fork] website.&lt;br /&gt;
# Find and click on the &amp;lt;span style=&amp;quot;color:green;&amp;quot;&amp;gt;green&amp;lt;/span&amp;gt; &amp;quot;Install this script&amp;quot; button. &lt;br /&gt;
# A new window will appear, giving more information about the script.  &#039;&#039;It is encourage to always read what the script will do before installing.&#039;&#039;  &lt;br /&gt;
# Find the &amp;quot;Install&amp;quot; button and click it.&lt;br /&gt;
&lt;br /&gt;
Once the script is installed, you can view the script source code or enable/disable the script.  Once a script is installed, most userscript managers will keep it up-to-date automatically as part of the default settings.  Refer to additional pages regarding the various Userscript managers on their usage.&lt;br /&gt;
&lt;br /&gt;
= Open Source =&lt;br /&gt;
The UserScript is open source and the source code is available on Github.  Please visit the [https://project-gc.com/w/Project-GC_Userscript/Development Development Section] for more information.&lt;br /&gt;
&lt;br /&gt;
= Notes =&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Power User Tools]]&lt;/div&gt;</summary>
		<author><name>4265399</name></author>
	</entry>
	<entry>
		<id>https://project-gc.com/wiki/index.php?title=Project-GC_UserScript&amp;diff=2053</id>
		<title>Project-GC UserScript</title>
		<link rel="alternate" type="text/html" href="https://project-gc.com/wiki/index.php?title=Project-GC_UserScript&amp;diff=2053"/>
		<updated>2022-09-01T14:07:48Z</updated>

		<summary type="html">&lt;p&gt;4265399: update links and open source section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;table style=&amp;quot;width:100%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;width:70%; vertical-align:top;&amp;quot;&amp;gt;&lt;br /&gt;
= Description =&lt;br /&gt;
This tool is a user-enabled script that extends the user experience at the [https://geocaching.com Geocaching.com website], primarily by integrating Project-GC into it.  The audience for this script are primarily geocaching power-users, however some of the basic features can make the novice or beginner experience better as well.&lt;br /&gt;
&lt;br /&gt;
This script was originally written by Jonas &amp;quot;lillfiluren&amp;quot; Högström; and has been maintained and improved upon by various other [https://github.com/magma1447/greasemonkey-geocaching-projectgc/graphs/contributors geocaching community members]].&lt;br /&gt;
= Prerequisites =&lt;br /&gt;
* While &#039;&#039;not required&#039;&#039; - it is highly recommended that you have a [https://project-gc.com/Home/Membership Project-GC membership].  &#039;&#039;Many features will not be present without a membership.&#039;&#039;&lt;br /&gt;
* You need to know how to install an extension&amp;lt;ref name=&amp;quot;extension&amp;quot;&amp;gt;Web browser extensions are also known as add-ons or plug-ins&amp;lt;/ref&amp;gt; into your web browser.&lt;br /&gt;
* Familiarity with GreaseMonkey&amp;lt;ref name=&amp;quot;greasemonkey&amp;quot;&amp;gt;For more info about Greasemonkey, see [https://en.wikipedia.org/wiki/Greasemonkey Wikipedia article on Greasemonkey]&amp;lt;/ref&amp;gt; or TamperMonkey&amp;lt;ref name=&amp;quot;tampermonkey&amp;quot;&amp;gt;For more info about TamperMonkey, see [https://en.wikipedia.org/wiki/Tampermonkey Wikipedia article on Tampermonkey]&amp;lt;/ref&amp;gt;, or Firemonkey&amp;lt;ref name=&amp;quot;firemonkey&amp;quot;&amp;gt;For more info about TamperMonkey, see [ https://addons.mozilla.org/en-US/firefox/addon/firemonkey/ More information about Firemonkey]&amp;lt;/ref&amp;gt; managers that enable the this tool and many others based on Userscripts&amp;lt;ref name=&amp;quot;userscripts&amp;quot;&amp;gt;For more info about Userscripts, see [https://en.wikipedia.org/wiki/Userscript Wikipedia article on Userscripts]&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;width:30%; padding-left:25px;&amp;quot;&amp;gt;__TOC__ &amp;lt;br&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
== Additional Sections ==&lt;br /&gt;
* [https://project-gc.com/w/Project-GC_Userscript/Development Development]&lt;br /&gt;
* [https://project-gc.com/w/Project-GC_Userscript/Feature_List Feature List]&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Installation =&lt;br /&gt;
There are TWO different things you must install:&lt;br /&gt;
# A userscript manager web browser extension.&lt;br /&gt;
# The script (userscript) itself.&lt;br /&gt;
&lt;br /&gt;
== Web browser extension installation ==&lt;br /&gt;
&lt;br /&gt;
Depending on the web browser that you use, follow the directions below to install the extension&amp;lt;ref name=&amp;quot;extension&amp;quot; /&amp;gt;.  Then proceed to the next section&lt;br /&gt;
&lt;br /&gt;
=== Firefox ===&lt;br /&gt;
&#039;&#039;These directions are for Firefox v104.* and might vary with older or newer versions.&#039;&#039;&lt;br /&gt;
# From the &amp;quot;Tools&amp;quot; menu, choose &amp;quot;Add-ons and Themes&amp;quot;.&lt;br /&gt;
# On the left, locate &amp;quot;Extensions&amp;quot; and click it.&lt;br /&gt;
# At the top of the window, look for &amp;quot;Find more add-ons&amp;quot; with a search-box next to it.  Type in &amp;quot;greasemonkey&amp;quot; (one word) into the box and press return.&lt;br /&gt;
# A list of extensions will show up, choose the extension you wish to use (Greasemonkey&amp;lt;ref name=&amp;quot;greasemonkey&amp;quot; /&amp;gt;, Tampermonkey&amp;lt;ref name=&amp;quot;tampermonkey&amp;quot; /&amp;gt;, or Firemonkey&amp;lt;ref name=&amp;quot;firemonkey&amp;quot; /&amp;gt;)&lt;br /&gt;
# On the page describing the extension, looked for a &amp;lt;span style=&amp;quot;color:blue;&amp;quot;&amp;gt;blue&amp;lt;/span&amp;gt; &amp;quot;Add to Firefox&amp;quot; button.  Click it.&lt;br /&gt;
# A pop-up will appear to re-iterate what the extension will do, click &amp;quot;Add&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;At anytime, if you wish to change which extension you are using or want to remove the extension, repeat the steps above, and click the &amp;quot;Remove&amp;quot; button that will appear in place of the &amp;quot;Add&amp;quot; button.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Chrome ===&lt;br /&gt;
&#039;&#039;These directions are for Google Chrome v104.* and might vary with older or newer versions.&#039;&#039;&lt;br /&gt;
# Open (launch) Google Chrome.&lt;br /&gt;
# Visit the following website: https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo&lt;br /&gt;
# Click the &amp;lt;span style=&amp;quot;color:blue;&amp;quot;&amp;gt;blue&amp;lt;/span&amp;gt; &amp;quot;Add to Chrome&amp;quot; button.&lt;br /&gt;
# A page describing the extension after it is installed will appear, it is safe to close this tab/window.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;At anytime, if you wish to change which extension you are using or want to remove the extension, repeat the steps above, and click the &amp;quot;Remove from Chrome&amp;quot; button that will appear in place of the &amp;quot;Add&amp;quot; button.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Other web browsers ===&lt;br /&gt;
Firefox and Chrome are recommended, however depending on the web browser, there may be a Userscript manager available for it.   Tampermonkey&amp;lt;ref name=&amp;quot;tampermonkey&amp;quot; /&amp;gt; is the only extension (as of 8/2022) that lists various other browsers that it supports.&lt;br /&gt;
&lt;br /&gt;
== Userscript installation ==&lt;br /&gt;
# Visit the [https://greasyfork.org/en/scripts/9713-geocaching-com-project-gc Greasy Fork] website.&lt;br /&gt;
# Find and click on the &amp;lt;span style=&amp;quot;color:green;&amp;quot;&amp;gt;green&amp;lt;/span&amp;gt; &amp;quot;Install this script&amp;quot; button. &lt;br /&gt;
# A new window will appear, giving more information about the script.  &#039;&#039;It is encourage to always read what the script will do before installing.&#039;&#039;  &lt;br /&gt;
# Find the &amp;quot;Install&amp;quot; button and click it.&lt;br /&gt;
&lt;br /&gt;
Once the script is installed, you can view the script source code or enable/disable the script.  Once a script is installed, most userscript managers will keep it up-to-date automatically as part of the default settings.  Refer to additional pages regarding the various Userscript managers on their usage.&lt;br /&gt;
&lt;br /&gt;
= Open Source =&lt;br /&gt;
The UserScript is open source and the source code is available on Github.  Please visit: [* [https://project-gc.com/w/Project-GC_Userscript/Development Development Section] for more information.&lt;br /&gt;
&lt;br /&gt;
= Notes =&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Power User Tools]]&lt;/div&gt;</summary>
		<author><name>4265399</name></author>
	</entry>
	<entry>
		<id>https://project-gc.com/wiki/index.php?title=Project-GC_Userscript/Development/Last_Log_was_a_DNF&amp;diff=2052</id>
		<title>Project-GC Userscript/Development/Last Log was a DNF</title>
		<link rel="alternate" type="text/html" href="https://project-gc.com/wiki/index.php?title=Project-GC_Userscript/Development/Last_Log_was_a_DNF&amp;diff=2052"/>
		<updated>2022-09-01T14:01:46Z</updated>

		<summary type="html">&lt;p&gt;4265399: update template&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{PGC-back-link&lt;br /&gt;
|content=Last Log was a DNF Feature&lt;br /&gt;
|link={{PGC-US-Name}}/Development&lt;br /&gt;
}}&lt;br /&gt;
= Description =&lt;br /&gt;
&#039;&#039;&#039;Last Log was a DNF&#039;&#039;&#039; is a feature that displays blue text just below the difficulty/terrain sections of a geocache page.  It will display the following blue colored text: &amp;quot;Cache Issues: The latest log for this cache is a DNF, please read the log before before beginning your search.&amp;quot; (see below).&amp;lt;br/&amp;gt;&lt;br /&gt;
[[File:latest_log_dnf.png|500px]]&lt;br /&gt;
&lt;br /&gt;
= Change Log =&lt;br /&gt;
== 2022-08-23; Issue #111.  Fixed in v2.3.15 ==&lt;br /&gt;
Updated the code to account for the changes in the HTML. A span was added. Around Line 855, changed from:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
// If the first log is a DNF, display a blue warning on top of the page&lt;br /&gt;
     if($(&#039;#cache_logs_table tr:first td div.LogDisplayRight strong img&#039;).attr(&#039;src&#039;) === &#039;/images/logtypes/3.png&#039;) {&amp;lt;/pre&amp;gt;--&amp;gt; to:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
// If the first log is a DNF, display a blue warning on top of the page&lt;br /&gt;
     if($(&#039;#cache_logs_table span.h4 img&#039;).attr(&#039;src&#039;) === &#039;/images/logtypes/3.png&#039;) {&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>4265399</name></author>
	</entry>
	<entry>
		<id>https://project-gc.com/wiki/index.php?title=Project-GC_Userscript/Development/Latest_Logs&amp;diff=2051</id>
		<title>Project-GC Userscript/Development/Latest Logs</title>
		<link rel="alternate" type="text/html" href="https://project-gc.com/wiki/index.php?title=Project-GC_Userscript/Development/Latest_Logs&amp;diff=2051"/>
		<updated>2022-09-01T14:01:21Z</updated>

		<summary type="html">&lt;p&gt;4265399: update template&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{PGC-back-link&lt;br /&gt;
|content=Latest Logs Feature&lt;br /&gt;
|link={{PGC-US-Name}}/Development&lt;br /&gt;
}}&lt;br /&gt;
= Description =&lt;br /&gt;
&#039;&#039;&#039;Latest Logs&#039;&#039;&#039; is a feature that displays the a graphical summary of the 5 most recent logs of a geocache.  It will display the icons that represent the kinds of logs at the top of the page under the section for the size of the Geocache (see below).&lt;br /&gt;
[[File:latest_logs.png|500px]]&lt;br /&gt;
&lt;br /&gt;
= Change Log =&lt;br /&gt;
== 2022-08-23; Issue #109.  Fixed in v2.3.15 ==&lt;br /&gt;
Updated the code to account for the changes in the HTML. A span was added. Around Line 1082, changed from:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
if (latestLogs.length &amp;lt; 5) {&lt;br /&gt;
    var node = $(jNode).find(&#039;div.HalfLeft.LogType h4 img[src]&#039;),&lt;br /&gt;
        logType = {};&amp;lt;/pre&amp;gt;--&amp;gt; to:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
if (latestLogs.length &amp;lt; 5) {&lt;br /&gt;
    var node = $(jNode).find(&#039;span.h4 img[src]&#039;),&lt;br /&gt;
        logType = {};&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>4265399</name></author>
	</entry>
	<entry>
		<id>https://project-gc.com/wiki/index.php?title=Project-GC_Userscript/Development/Log_Book_Links&amp;diff=2050</id>
		<title>Project-GC Userscript/Development/Log Book Links</title>
		<link rel="alternate" type="text/html" href="https://project-gc.com/wiki/index.php?title=Project-GC_Userscript/Development/Log_Book_Links&amp;diff=2050"/>
		<updated>2022-09-01T14:01:03Z</updated>

		<summary type="html">&lt;p&gt;4265399: update template&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{PGC-back-link&lt;br /&gt;
|content=LogBookLinks (All Logs, Yours, Friends, Gallery)&lt;br /&gt;
|link={{PGC-US-Name}}/Development&lt;br /&gt;
}}&lt;br /&gt;
= Description =&lt;br /&gt;
&amp;lt;b&amp;gt;Log Links (All Logs, Yours, Friends, Gallery)&amp;lt;/b&amp;gt; is a feature that enhances and adds additional links to the already existing &amp;quot;All Logs | Gallery&amp;quot; links just above the log list.  This feature, &amp;lt;i&amp;gt;when fully implemented&amp;lt;/i&amp;gt; will display the following (example):&lt;br /&gt;
&lt;br /&gt;
Current and Broken view:&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:LogBookLinks_broken.png|800px]]&lt;br /&gt;
&lt;br /&gt;
When fixed, should display as such:&lt;br /&gt;
&amp;lt;blockquote&amp;gt;View all logs (49) | Yours (1) | Friends (20) | Gallery (42)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This feature is currently broken and does not function properly.  This is cited in Github Repo Issues: #115 and #116.&lt;br /&gt;
&lt;br /&gt;
= Change Log =&lt;br /&gt;
== 2022-08-24; Issue #112.  Fixed in v2.3.15 ==&lt;br /&gt;
Updated the code to account for a typo in the code that added an escaped single quote near the word &amp;quot;Friends&amp;quot;.&lt;br /&gt;
Around Line 1011, changed from:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
// 2022-08-24, fixes #112: Extra single quote showing up in LogBookLinks near &amp;quot;Friends&amp;quot;.&lt;br /&gt;
$(&#039;\&lt;br /&gt;
    &amp;lt;span&amp;gt;&amp;amp;nbsp;|&amp;amp;nbsp;&amp;lt;/span&amp;gt;&amp;lt;a id=&amp;quot;pgc-logbook-yours&amp;quot; href=&amp;quot;&#039; + $(&#039;#ctl00_ContentBody_uxLogbookLink&#039;).attr(&#039;href&#039;) + &#039;#tabs-2&amp;quot;&amp;gt;Yours&amp;lt;/a&amp;gt;\&lt;br /&gt;
    &amp;lt;span&amp;gt;&amp;amp;nbsp;|&amp;amp;nbsp;&amp;lt;/span&amp;gt;&amp;lt;a href=&amp;quot;&#039; + $(&#039;#ctl00_ContentBody_uxLogbookLink&#039;).attr(&#039;href&#039;) + &#039;#tabs-3&amp;quot;&amp;gt;Friends\&#039;&amp;lt;/a&amp;gt;\ &lt;br /&gt;
    &#039;).insertAfter( $(&#039;#ctl00_ContentBody_uxLogbookLink&#039;) );&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
--&amp;gt; to:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
// 2022-08-24, fixes #112: Extra single quote showing up in LogBookLinks near &amp;quot;Friends&amp;quot;.&lt;br /&gt;
$(&#039;\&lt;br /&gt;
    &amp;lt;span&amp;gt;&amp;amp;nbsp;|&amp;amp;nbsp;&amp;lt;/span&amp;gt;&amp;lt;a id=&amp;quot;pgc-logbook-yours&amp;quot; href=&amp;quot;&#039; + $(&#039;#ctl00_ContentBody_uxLogbookLink&#039;).attr(&#039;href&#039;) + &#039;#tabs-2&amp;quot;&amp;gt;Yours&amp;lt;/a&amp;gt;\&lt;br /&gt;
    &amp;lt;span&amp;gt;&amp;amp;nbsp;|&amp;amp;nbsp;&amp;lt;/span&amp;gt;&amp;lt;a href=&amp;quot;&#039; + $(&#039;#ctl00_ContentBody_uxLogbookLink&#039;).attr(&#039;href&#039;) + &#039;#tabs-3&amp;quot;&amp;gt;Friends&amp;lt;/a&amp;gt;\ &lt;br /&gt;
    &#039;).insertAfter( $(&#039;#ctl00_ContentBody_uxLogbookLink&#039;) );&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>4265399</name></author>
	</entry>
	<entry>
		<id>https://project-gc.com/wiki/index.php?title=Project-GC_Userscript/Development&amp;diff=2049</id>
		<title>Project-GC Userscript/Development</title>
		<link rel="alternate" type="text/html" href="https://project-gc.com/wiki/index.php?title=Project-GC_Userscript/Development&amp;diff=2049"/>
		<updated>2022-09-01T13:59:32Z</updated>

		<summary type="html">&lt;p&gt;4265399: clean-up&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{PGC-back-link&lt;br /&gt;
|content=Development work and progress of the {{PGC-US-Name}}&lt;br /&gt;
|link=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table style=&amp;quot;width:100%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;width:30%; text-align:left; vertical-align:top; padding-right: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
The following are features and the change logs of work that was performed on this:&amp;lt;br/&amp;gt;{{Special:PrefixIndex/Project-GC Userscript/Development/ |hideredirects=1 |stripprefix=1}}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;width:1px; background-color: #222;&amp;quot;&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;width:70%; text-align:left;vertical-align:top; padding-left: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;We welcome individuals who would like to help us make this project better.&amp;lt;/b&amp;gt;  Without the support of the community - this project would not exist!  You can help with development and bug-squashing or you can just submit bugs and feature requests that the team will review and attempt to work on.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
* Programming experience in JavaScript&lt;br /&gt;
* Familiarity with the UserScript capabilities and functional JavaScript&lt;br /&gt;
* Experience with GitHub Repository management (cloning, branching, forking, submissions, pull-requests, etc...)&lt;br /&gt;
* Willingness to work within a team to discuss changes and accept criticism and praise.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Please visit&amp;lt;/b&amp;gt;: https://github.com/magma1447/greasemonkey-geocaching-projectgc&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;i&amp;gt;Clone and fork the project, make your changes and submit them with a pull-request.&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;Review&amp;lt;/b&amp;gt; the [[https://github.com/magma1447/greasemonkey-geocaching-projectgc/issues current issues]] (feature requests and bugs).  Work on existing issues or propose a new issue and submit for review.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;/div&gt;</summary>
		<author><name>4265399</name></author>
	</entry>
	<entry>
		<id>https://project-gc.com/wiki/index.php?title=Project-GC_Userscript/Development&amp;diff=2048</id>
		<title>Project-GC Userscript/Development</title>
		<link rel="alternate" type="text/html" href="https://project-gc.com/wiki/index.php?title=Project-GC_Userscript/Development&amp;diff=2048"/>
		<updated>2022-09-01T13:56:16Z</updated>

		<summary type="html">&lt;p&gt;4265399: overhaul - new content&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{PGC-back-link&lt;br /&gt;
|content=Development work and progress of the {{PGC-US-Name}}&lt;br /&gt;
|link=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table style=&amp;quot;width:100%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;width:30%; text-align:left; vertical-align:top; padding-right: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
The following are features and the change logs of work that was performed on this:&amp;lt;br/&amp;gt;{{Special:PrefixIndex/Project-GC Userscript/Development/ |hideredirects=1 |stripprefix=1}}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;width:1px; background-color: #222;&amp;quot;&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;width:70%; text-align:left;vertical-align:top; padding-left: 20px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;b&amp;gt;We welcome individuals who would like to help us make this project better.&amp;lt;/b&amp;gt;  Without the support of the community - this project would not exist!&lt;br /&gt;
&lt;br /&gt;
== Requirements ==&lt;br /&gt;
* Programming Experience in JavaScript&lt;br /&gt;
* Familiarity with the UserScript capabilities and functional JavaScript&lt;br /&gt;
* Experience with GitHub Repository management (cloning, branching, forking, submissions, pull-requests, etc...)&lt;br /&gt;
* Willingness to work within a team to discuss changes and accept criticism and praise.&lt;br /&gt;
&lt;br /&gt;
Please visit: https://github.com/magma1447/greasemonkey-geocaching-projectgc&lt;br /&gt;
&amp;lt;i&amp;gt;Clone and fork the project, make your changes and submit them with a pull-request.&amp;lt;/i&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Review the [[https://github.com/magma1447/greasemonkey-geocaching-projectgc/issues current issues]] (feature requests and bugs).  Work on existing issues or propose a new issue and submit for review.&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;/div&gt;</summary>
		<author><name>4265399</name></author>
	</entry>
	<entry>
		<id>https://project-gc.com/wiki/index.php?title=Template:PGC-back-link&amp;diff=2047</id>
		<title>Template:PGC-back-link</title>
		<link rel="alternate" type="text/html" href="https://project-gc.com/wiki/index.php?title=Template:PGC-back-link&amp;diff=2047"/>
		<updated>2022-09-01T13:35:14Z</updated>

		<summary type="html">&lt;p&gt;4265399: template in a template ;-)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;table style=&amp;quot;width:100%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;width:70%; vertical-align:top;&amp;quot;&amp;gt;{{{content}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;background-color: #ccc; border: 1px; text-align:center;&amp;gt;{{#if:{{{link|}}}|[[{{{link}}}|{{{link}}}]]|[[UserScript|&amp;lt;b&amp;gt;RETURN&amp;lt;/b&amp;gt; to {{PGC-US-Name}} Main Page]]}}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;/div&gt;</summary>
		<author><name>4265399</name></author>
	</entry>
	<entry>
		<id>https://project-gc.com/wiki/index.php?title=Template:PGC-US-Name&amp;diff=2046</id>
		<title>Template:PGC-US-Name</title>
		<link rel="alternate" type="text/html" href="https://project-gc.com/wiki/index.php?title=Template:PGC-US-Name&amp;diff=2046"/>
		<updated>2022-09-01T13:34:20Z</updated>

		<summary type="html">&lt;p&gt;4265399: create template&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Project-GC Userscript&lt;/div&gt;</summary>
		<author><name>4265399</name></author>
	</entry>
	<entry>
		<id>https://project-gc.com/wiki/index.php?title=Project-GC_Userscript/Feature_List&amp;diff=2045</id>
		<title>Project-GC Userscript/Feature List</title>
		<link rel="alternate" type="text/html" href="https://project-gc.com/wiki/index.php?title=Project-GC_Userscript/Feature_List&amp;diff=2045"/>
		<updated>2022-09-01T13:33:47Z</updated>

		<summary type="html">&lt;p&gt;4265399: using template&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{PGC-back-link&lt;br /&gt;
|content=The following are features and what version that they first appeared.   All functions of the script can be turned on or off individually.&lt;br /&gt;
|link=&lt;br /&gt;
}}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto; width:100%;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Feature !! Version || Requires Project-GC subscription&lt;br /&gt;
|-&lt;br /&gt;
| Add to [[Virtual GPS]] straight from Geocaching.com || v___ || ?&lt;br /&gt;
|-&lt;br /&gt;
| Add [[challenge checker]]s to Geocaching.com automatically || v___ || ?&lt;br /&gt;
|-&lt;br /&gt;
| Make copy friendly GC-Code and geocache page link. || v___ || ?&lt;br /&gt;
|-&lt;br /&gt;
| Add link to the Project-GC [[LiveMap|Live map]] from geocache pages. || v___ || ?&lt;br /&gt;
|-&lt;br /&gt;
| Duplicate latest logs to the top. || v___ || ?&lt;br /&gt;
|-&lt;br /&gt;
| Add Project-GC location. ([[Region]]s and [[county|counties]]) || v___ || ?&lt;br /&gt;
|-&lt;br /&gt;
| Add a reverse geocoded address below the coordinates of a geocache. || v___ || ?&lt;br /&gt;
|-&lt;br /&gt;
| Remove the UTM coordinates. || v___ || ?&lt;br /&gt;
|-&lt;br /&gt;
| Add favorite point data from Project-GC. (For example [[Wilson score]].) || v___ || ?&lt;br /&gt;
|-&lt;br /&gt;
| Showing weekday of the placed date. || v___ || ?&lt;br /&gt;
|-&lt;br /&gt;
| Add links to [[Profile stats]] after every geocachers name || v___ || ?&lt;br /&gt;
|-&lt;br /&gt;
| Tidy up Geocaching.com a bit. Most focus has been on the geocache page. || v___ || ?&lt;br /&gt;
|-&lt;br /&gt;
| Collapse download links. || v___ || ?&lt;br /&gt;
|-&lt;br /&gt;
| Add links to Project-GC [[gallery]] where suitable. || v___ || ?&lt;br /&gt;
|-&lt;br /&gt;
| Add links to [[MapBookmarklist|map bookmark lists]]. || v___ || ?&lt;br /&gt;
|-&lt;br /&gt;
| Automatically decrypt hints. || v___ || ?&lt;br /&gt;
|-&lt;br /&gt;
| Add elevation data after geocache coordinates. (Option to use imperial units available.) || v___ || ?&lt;br /&gt;
|-&lt;br /&gt;
| Remove disclaimer from geocache pages. || v___ || ?&lt;br /&gt;
|-&lt;br /&gt;
| Parse Exif location from pictures. || v___ || ?&lt;br /&gt;
|-&lt;br /&gt;
| Add found logs per country according to Project-GC. || v___ || ?&lt;br /&gt;
|-&lt;br /&gt;
| Open &#039;&#039;Compose log&#039;&#039; entries in &#039;&#039;drafts&#039;&#039; in the same window. || v___ || ?&lt;br /&gt;
|-&lt;br /&gt;
| Change the font of the personal cache note to monospaced (all characters have equal width). || v___ || ?&lt;br /&gt;
|-&lt;br /&gt;
| Adds links to the tabs of the logbook-feature. (For example &amp;quot;show all logs from friends&amp;quot;) || v___ || ?&lt;br /&gt;
|-&lt;br /&gt;
| Add the number of logs from the user above the log button. || v___ || ?&lt;br /&gt;
|-&lt;br /&gt;
| Hide map from printed cache page. || v___ || ?&lt;br /&gt;
|-&lt;br /&gt;
| Add icons for cached challenge checker results. || v___ || ?&lt;br /&gt;
|-&lt;br /&gt;
| Hide log upvote buttons and sorting options. || v___ || ?&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>4265399</name></author>
	</entry>
	<entry>
		<id>https://project-gc.com/wiki/index.php?title=User:4265399&amp;diff=2041</id>
		<title>User:4265399</title>
		<link rel="alternate" type="text/html" href="https://project-gc.com/wiki/index.php?title=User:4265399&amp;diff=2041"/>
		<updated>2022-09-01T13:21:15Z</updated>

		<summary type="html">&lt;p&gt;4265399: add break&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;table style=&amp;quot;width:100%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;width:70%; vertical-align:top;&amp;quot;&amp;gt;[[File:2022-wow-circle-trans.png|left|150px]]&lt;br /&gt;
Redheaded Geocacher (not much left..) with a knack for automation and coding.  Love getting outdoors and enjoying time with my family, cooking, and playing with gadgets.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;background-color: #ccc; border: 1px; text-align:center;&amp;gt;[[File:GeoJewett-EarthO-BW.png|150px]]&amp;lt;br/&amp;gt;Please visit my geocaching home to learn more about team GeoJewett, our statistics, and fun we are having Geocaching!&lt;br /&gt;
&lt;br /&gt;
http://geocaching.ejewett.com/&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;/div&gt;</summary>
		<author><name>4265399</name></author>
	</entry>
	<entry>
		<id>https://project-gc.com/wiki/index.php?title=File:GeoJewett-EarthO-BW.png&amp;diff=2040</id>
		<title>File:GeoJewett-EarthO-BW.png</title>
		<link rel="alternate" type="text/html" href="https://project-gc.com/wiki/index.php?title=File:GeoJewett-EarthO-BW.png&amp;diff=2040"/>
		<updated>2022-09-01T13:20:50Z</updated>

		<summary type="html">&lt;p&gt;4265399: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>4265399</name></author>
	</entry>
	<entry>
		<id>https://project-gc.com/wiki/index.php?title=User:4265399&amp;diff=2039</id>
		<title>User:4265399</title>
		<link rel="alternate" type="text/html" href="https://project-gc.com/wiki/index.php?title=User:4265399&amp;diff=2039"/>
		<updated>2022-09-01T13:20:33Z</updated>

		<summary type="html">&lt;p&gt;4265399: add geocaching info&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;table style=&amp;quot;width:100%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;width:70%; vertical-align:top;&amp;quot;&amp;gt;[[File:2022-wow-circle-trans.png|left|150px]]&lt;br /&gt;
Redheaded Geocacher (not much left..) with a knack for automation and coding.  Love getting outdoors and enjoying time with my family, cooking, and playing with gadgets.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;background-color: #ccc; border: 1px; text-align:center;&amp;gt;[[File:GeoJewett-EarthO-BW.png|150px]]Please visit my geocaching home to learn more about team GeoJewett, our statistics, and fun we are having Geocaching!&lt;br /&gt;
&lt;br /&gt;
http://geocaching.ejewett.com/&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;/div&gt;</summary>
		<author><name>4265399</name></author>
	</entry>
	<entry>
		<id>https://project-gc.com/wiki/index.php?title=File:2022-wow-circle-trans.png&amp;diff=2038</id>
		<title>File:2022-wow-circle-trans.png</title>
		<link rel="alternate" type="text/html" href="https://project-gc.com/wiki/index.php?title=File:2022-wow-circle-trans.png&amp;diff=2038"/>
		<updated>2022-09-01T13:16:49Z</updated>

		<summary type="html">&lt;p&gt;4265399: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>4265399</name></author>
	</entry>
	<entry>
		<id>https://project-gc.com/wiki/index.php?title=User:4265399&amp;diff=2037</id>
		<title>User:4265399</title>
		<link rel="alternate" type="text/html" href="https://project-gc.com/wiki/index.php?title=User:4265399&amp;diff=2037"/>
		<updated>2022-09-01T13:16:20Z</updated>

		<summary type="html">&lt;p&gt;4265399: upload mugshot&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:2022-wow-circle-trans.png|left]]&lt;br /&gt;
Redheaded Geocacher (not much left..) with a knack for automation and coding.  Love getting outdoors and enjoying time with my family, cooking, and playing with gadgets.&lt;/div&gt;</summary>
		<author><name>4265399</name></author>
	</entry>
	<entry>
		<id>https://project-gc.com/wiki/index.php?title=Project-GC_Userscript/Development/Log_Book_Links&amp;diff=2034</id>
		<title>Project-GC Userscript/Development/Log Book Links</title>
		<link rel="alternate" type="text/html" href="https://project-gc.com/wiki/index.php?title=Project-GC_Userscript/Development/Log_Book_Links&amp;diff=2034"/>
		<updated>2022-08-31T22:23:19Z</updated>

		<summary type="html">&lt;p&gt;4265399: add template&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{PGC-back-link&lt;br /&gt;
|content=LogBookLinks (All Logs, Yours, Friends, Gallery)&lt;br /&gt;
|link=Project-GC_Userscript/Development&lt;br /&gt;
}}&lt;br /&gt;
= Description =&lt;br /&gt;
&amp;lt;b&amp;gt;Log Links (All Logs, Yours, Friends, Gallery)&amp;lt;/b&amp;gt; is a feature that enhances and adds additional links to the already existing &amp;quot;All Logs | Gallery&amp;quot; links just above the log list.  This feature, &amp;lt;i&amp;gt;when fully implemented&amp;lt;/i&amp;gt; will display the following (example):&lt;br /&gt;
&lt;br /&gt;
Current and Broken view:&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:LogBookLinks_broken.png|800px]]&lt;br /&gt;
&lt;br /&gt;
When fixed, should display as such:&lt;br /&gt;
&amp;lt;blockquote&amp;gt;View all logs (49) | Yours (1) | Friends (20) | Gallery (42)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This feature is currently broken and does not function properly.  This is cited in Github Repo Issues: #115 and #116.&lt;br /&gt;
&lt;br /&gt;
= Change Log =&lt;br /&gt;
== 2022-08-24; Issue #112.  Fixed in v2.3.15 ==&lt;br /&gt;
Updated the code to account for a typo in the code that added an escaped single quote near the word &amp;quot;Friends&amp;quot;.&lt;br /&gt;
Around Line 1011, changed from:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
// 2022-08-24, fixes #112: Extra single quote showing up in LogBookLinks near &amp;quot;Friends&amp;quot;.&lt;br /&gt;
$(&#039;\&lt;br /&gt;
    &amp;lt;span&amp;gt;&amp;amp;nbsp;|&amp;amp;nbsp;&amp;lt;/span&amp;gt;&amp;lt;a id=&amp;quot;pgc-logbook-yours&amp;quot; href=&amp;quot;&#039; + $(&#039;#ctl00_ContentBody_uxLogbookLink&#039;).attr(&#039;href&#039;) + &#039;#tabs-2&amp;quot;&amp;gt;Yours&amp;lt;/a&amp;gt;\&lt;br /&gt;
    &amp;lt;span&amp;gt;&amp;amp;nbsp;|&amp;amp;nbsp;&amp;lt;/span&amp;gt;&amp;lt;a href=&amp;quot;&#039; + $(&#039;#ctl00_ContentBody_uxLogbookLink&#039;).attr(&#039;href&#039;) + &#039;#tabs-3&amp;quot;&amp;gt;Friends\&#039;&amp;lt;/a&amp;gt;\ &lt;br /&gt;
    &#039;).insertAfter( $(&#039;#ctl00_ContentBody_uxLogbookLink&#039;) );&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
--&amp;gt; to:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
// 2022-08-24, fixes #112: Extra single quote showing up in LogBookLinks near &amp;quot;Friends&amp;quot;.&lt;br /&gt;
$(&#039;\&lt;br /&gt;
    &amp;lt;span&amp;gt;&amp;amp;nbsp;|&amp;amp;nbsp;&amp;lt;/span&amp;gt;&amp;lt;a id=&amp;quot;pgc-logbook-yours&amp;quot; href=&amp;quot;&#039; + $(&#039;#ctl00_ContentBody_uxLogbookLink&#039;).attr(&#039;href&#039;) + &#039;#tabs-2&amp;quot;&amp;gt;Yours&amp;lt;/a&amp;gt;\&lt;br /&gt;
    &amp;lt;span&amp;gt;&amp;amp;nbsp;|&amp;amp;nbsp;&amp;lt;/span&amp;gt;&amp;lt;a href=&amp;quot;&#039; + $(&#039;#ctl00_ContentBody_uxLogbookLink&#039;).attr(&#039;href&#039;) + &#039;#tabs-3&amp;quot;&amp;gt;Friends&amp;lt;/a&amp;gt;\ &lt;br /&gt;
    &#039;).insertAfter( $(&#039;#ctl00_ContentBody_uxLogbookLink&#039;) );&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>4265399</name></author>
	</entry>
	<entry>
		<id>https://project-gc.com/wiki/index.php?title=Project-GC_Userscript/Development/Log_Book_Links&amp;diff=2033</id>
		<title>Project-GC Userscript/Development/Log Book Links</title>
		<link rel="alternate" type="text/html" href="https://project-gc.com/wiki/index.php?title=Project-GC_Userscript/Development/Log_Book_Links&amp;diff=2033"/>
		<updated>2022-08-31T22:21:41Z</updated>

		<summary type="html">&lt;p&gt;4265399: fix image size&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Description==&lt;br /&gt;
&amp;lt;b&amp;gt;Log Links (All Logs, Yours, Friends, Gallery)&amp;lt;/b&amp;gt; is a feature that enhances and adds additional links to the already existing &amp;quot;All Logs | Gallery&amp;quot; links just above the log list.  This feature, &amp;lt;i&amp;gt;when fully implemented&amp;lt;/i&amp;gt; will display the following (example):&lt;br /&gt;
&lt;br /&gt;
Current and Broken view:&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:LogBookLinks_broken.png|800px]]&lt;br /&gt;
&lt;br /&gt;
When fixed, should display as such:&lt;br /&gt;
&amp;lt;blockquote&amp;gt;View all logs (49) | Yours (1) | Friends (20) | Gallery (42)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This feature is currently broken and does not function properly.  This is cited in Github Repo Issues: #115 and #116.&lt;br /&gt;
&lt;br /&gt;
== Change Log ==&lt;br /&gt;
=== 2022-08-24; Issue #112.  Fixed in v2.3.15 ===&lt;br /&gt;
Updated the code to account for a typo in the code that added an escaped single quote near the word &amp;quot;Friends&amp;quot;.&lt;br /&gt;
Around Line 1011, changed from:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
// 2022-08-24, fixes #112: Extra single quote showing up in LogBookLinks near &amp;quot;Friends&amp;quot;.&lt;br /&gt;
$(&#039;\&lt;br /&gt;
    &amp;lt;span&amp;gt;&amp;amp;nbsp;|&amp;amp;nbsp;&amp;lt;/span&amp;gt;&amp;lt;a id=&amp;quot;pgc-logbook-yours&amp;quot; href=&amp;quot;&#039; + $(&#039;#ctl00_ContentBody_uxLogbookLink&#039;).attr(&#039;href&#039;) + &#039;#tabs-2&amp;quot;&amp;gt;Yours&amp;lt;/a&amp;gt;\&lt;br /&gt;
    &amp;lt;span&amp;gt;&amp;amp;nbsp;|&amp;amp;nbsp;&amp;lt;/span&amp;gt;&amp;lt;a href=&amp;quot;&#039; + $(&#039;#ctl00_ContentBody_uxLogbookLink&#039;).attr(&#039;href&#039;) + &#039;#tabs-3&amp;quot;&amp;gt;Friends\&#039;&amp;lt;/a&amp;gt;\ &lt;br /&gt;
    &#039;).insertAfter( $(&#039;#ctl00_ContentBody_uxLogbookLink&#039;) );&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
--&amp;gt; to:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
// 2022-08-24, fixes #112: Extra single quote showing up in LogBookLinks near &amp;quot;Friends&amp;quot;.&lt;br /&gt;
$(&#039;\&lt;br /&gt;
    &amp;lt;span&amp;gt;&amp;amp;nbsp;|&amp;amp;nbsp;&amp;lt;/span&amp;gt;&amp;lt;a id=&amp;quot;pgc-logbook-yours&amp;quot; href=&amp;quot;&#039; + $(&#039;#ctl00_ContentBody_uxLogbookLink&#039;).attr(&#039;href&#039;) + &#039;#tabs-2&amp;quot;&amp;gt;Yours&amp;lt;/a&amp;gt;\&lt;br /&gt;
    &amp;lt;span&amp;gt;&amp;amp;nbsp;|&amp;amp;nbsp;&amp;lt;/span&amp;gt;&amp;lt;a href=&amp;quot;&#039; + $(&#039;#ctl00_ContentBody_uxLogbookLink&#039;).attr(&#039;href&#039;) + &#039;#tabs-3&amp;quot;&amp;gt;Friends&amp;lt;/a&amp;gt;\ &lt;br /&gt;
    &#039;).insertAfter( $(&#039;#ctl00_ContentBody_uxLogbookLink&#039;) );&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>4265399</name></author>
	</entry>
	<entry>
		<id>https://project-gc.com/wiki/index.php?title=File:LogBookLinks_broken.png&amp;diff=2032</id>
		<title>File:LogBookLinks broken.png</title>
		<link rel="alternate" type="text/html" href="https://project-gc.com/wiki/index.php?title=File:LogBookLinks_broken.png&amp;diff=2032"/>
		<updated>2022-08-31T22:20:57Z</updated>

		<summary type="html">&lt;p&gt;4265399: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>4265399</name></author>
	</entry>
	<entry>
		<id>https://project-gc.com/wiki/index.php?title=Project-GC_Userscript/Development/Log_Book_Links&amp;diff=2031</id>
		<title>Project-GC Userscript/Development/Log Book Links</title>
		<link rel="alternate" type="text/html" href="https://project-gc.com/wiki/index.php?title=Project-GC_Userscript/Development/Log_Book_Links&amp;diff=2031"/>
		<updated>2022-08-31T22:20:44Z</updated>

		<summary type="html">&lt;p&gt;4265399: Create Page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Description==&lt;br /&gt;
&amp;lt;b&amp;gt;Log Links (All Logs, Yours, Friends, Gallery)&amp;lt;/b&amp;gt; is a feature that enhances and adds additional links to the already existing &amp;quot;All Logs | Gallery&amp;quot; links just above the log list.  This feature, &amp;lt;i&amp;gt;when fully implemented&amp;lt;/i&amp;gt; will display the following (example):&lt;br /&gt;
&lt;br /&gt;
Current and Broken view:&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:LogBookLinks_broken.png|500px]]&lt;br /&gt;
&lt;br /&gt;
When fixed, should display as such:&lt;br /&gt;
&amp;lt;blockquote&amp;gt;View all logs (49) | Yours (1) | Friends (20) | Gallery (42)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This feature is currently broken and does not function properly.  This is cited in Github Repo Issues: #115 and #116.&lt;br /&gt;
&lt;br /&gt;
== Change Log ==&lt;br /&gt;
=== 2022-08-24; Issue #112.  Fixed in v2.3.15 ===&lt;br /&gt;
Updated the code to account for a typo in the code that added an escaped single quote near the word &amp;quot;Friends&amp;quot;.&lt;br /&gt;
Around Line 1011, changed from:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
// 2022-08-24, fixes #112: Extra single quote showing up in LogBookLinks near &amp;quot;Friends&amp;quot;.&lt;br /&gt;
$(&#039;\&lt;br /&gt;
    &amp;lt;span&amp;gt;&amp;amp;nbsp;|&amp;amp;nbsp;&amp;lt;/span&amp;gt;&amp;lt;a id=&amp;quot;pgc-logbook-yours&amp;quot; href=&amp;quot;&#039; + $(&#039;#ctl00_ContentBody_uxLogbookLink&#039;).attr(&#039;href&#039;) + &#039;#tabs-2&amp;quot;&amp;gt;Yours&amp;lt;/a&amp;gt;\&lt;br /&gt;
    &amp;lt;span&amp;gt;&amp;amp;nbsp;|&amp;amp;nbsp;&amp;lt;/span&amp;gt;&amp;lt;a href=&amp;quot;&#039; + $(&#039;#ctl00_ContentBody_uxLogbookLink&#039;).attr(&#039;href&#039;) + &#039;#tabs-3&amp;quot;&amp;gt;Friends\&#039;&amp;lt;/a&amp;gt;\ &lt;br /&gt;
    &#039;).insertAfter( $(&#039;#ctl00_ContentBody_uxLogbookLink&#039;) );&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
--&amp;gt; to:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
// 2022-08-24, fixes #112: Extra single quote showing up in LogBookLinks near &amp;quot;Friends&amp;quot;.&lt;br /&gt;
$(&#039;\&lt;br /&gt;
    &amp;lt;span&amp;gt;&amp;amp;nbsp;|&amp;amp;nbsp;&amp;lt;/span&amp;gt;&amp;lt;a id=&amp;quot;pgc-logbook-yours&amp;quot; href=&amp;quot;&#039; + $(&#039;#ctl00_ContentBody_uxLogbookLink&#039;).attr(&#039;href&#039;) + &#039;#tabs-2&amp;quot;&amp;gt;Yours&amp;lt;/a&amp;gt;\&lt;br /&gt;
    &amp;lt;span&amp;gt;&amp;amp;nbsp;|&amp;amp;nbsp;&amp;lt;/span&amp;gt;&amp;lt;a href=&amp;quot;&#039; + $(&#039;#ctl00_ContentBody_uxLogbookLink&#039;).attr(&#039;href&#039;) + &#039;#tabs-3&amp;quot;&amp;gt;Friends&amp;lt;/a&amp;gt;\ &lt;br /&gt;
    &#039;).insertAfter( $(&#039;#ctl00_ContentBody_uxLogbookLink&#039;) );&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>4265399</name></author>
	</entry>
	<entry>
		<id>https://project-gc.com/wiki/index.php?title=Project-GC_Userscript/Development/Log_Book_Links&amp;diff=2030</id>
		<title>Project-GC Userscript/Development/Log Book Links</title>
		<link rel="alternate" type="text/html" href="https://project-gc.com/wiki/index.php?title=Project-GC_Userscript/Development/Log_Book_Links&amp;diff=2030"/>
		<updated>2022-08-31T22:18:01Z</updated>

		<summary type="html">&lt;p&gt;4265399: Created page with &amp;quot;== Description== &amp;lt;b&amp;gt;Log Links (All Logs, Yours, Friends, Gallery)&amp;lt;/b&amp;gt; is a feature that enhances and adds additional links to the already existing &amp;quot;All Logs | Gallery&amp;quot; links j...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Description==&lt;br /&gt;
&amp;lt;b&amp;gt;Log Links (All Logs, Yours, Friends, Gallery)&amp;lt;/b&amp;gt; is a feature that enhances and adds additional links to the already existing &amp;quot;All Logs | Gallery&amp;quot; links just above the log list.  This feature, &amp;lt;i&amp;gt;when fully implemented&amp;lt;/i&amp;gt; will display the following (example):&lt;br /&gt;
&lt;br /&gt;
Current and Broken view:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;img src=&amp;quot;https://github.com/magma1447/greasemonkey-geocaching-projectgc/blob/master/images/LogBookLinks_broken.png&amp;quot; width=&amp;quot;400&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
When fixed, should display as such:&lt;br /&gt;
&amp;lt;blockquote&amp;gt;View all logs (49) | Yours (1) | Friends (20) | Gallery (42)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This feature is currently broken and does not function properly.  This is cited in Github Repo Issues: #115 and #116.&lt;br /&gt;
&lt;br /&gt;
== Change Log ==&lt;br /&gt;
=== 2022-08-24; Issue #112.  Fixed in v2.3.15 ===&lt;br /&gt;
Updated the code to account for a typo in the code that added an escaped single quote near the word &amp;quot;Friends&amp;quot;.&lt;br /&gt;
Around Line 1011, changed from:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
// 2022-08-24, fixes #112: Extra single quote showing up in LogBookLinks near &amp;quot;Friends&amp;quot;.&lt;br /&gt;
$(&#039;\&lt;br /&gt;
    &amp;lt;span&amp;gt;&amp;amp;nbsp;|&amp;amp;nbsp;&amp;lt;/span&amp;gt;&amp;lt;a id=&amp;quot;pgc-logbook-yours&amp;quot; href=&amp;quot;&#039; + $(&#039;#ctl00_ContentBody_uxLogbookLink&#039;).attr(&#039;href&#039;) + &#039;#tabs-2&amp;quot;&amp;gt;Yours&amp;lt;/a&amp;gt;\&lt;br /&gt;
    &amp;lt;span&amp;gt;&amp;amp;nbsp;|&amp;amp;nbsp;&amp;lt;/span&amp;gt;&amp;lt;a href=&amp;quot;&#039; + $(&#039;#ctl00_ContentBody_uxLogbookLink&#039;).attr(&#039;href&#039;) + &#039;#tabs-3&amp;quot;&amp;gt;Friends\&#039;&amp;lt;/a&amp;gt;\ &lt;br /&gt;
    &#039;).insertAfter( $(&#039;#ctl00_ContentBody_uxLogbookLink&#039;) );&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
--&amp;gt; to:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
// 2022-08-24, fixes #112: Extra single quote showing up in LogBookLinks near &amp;quot;Friends&amp;quot;.&lt;br /&gt;
$(&#039;\&lt;br /&gt;
    &amp;lt;span&amp;gt;&amp;amp;nbsp;|&amp;amp;nbsp;&amp;lt;/span&amp;gt;&amp;lt;a id=&amp;quot;pgc-logbook-yours&amp;quot; href=&amp;quot;&#039; + $(&#039;#ctl00_ContentBody_uxLogbookLink&#039;).attr(&#039;href&#039;) + &#039;#tabs-2&amp;quot;&amp;gt;Yours&amp;lt;/a&amp;gt;\&lt;br /&gt;
    &amp;lt;span&amp;gt;&amp;amp;nbsp;|&amp;amp;nbsp;&amp;lt;/span&amp;gt;&amp;lt;a href=&amp;quot;&#039; + $(&#039;#ctl00_ContentBody_uxLogbookLink&#039;).attr(&#039;href&#039;) + &#039;#tabs-3&amp;quot;&amp;gt;Friends&amp;lt;/a&amp;gt;\ &lt;br /&gt;
    &#039;).insertAfter( $(&#039;#ctl00_ContentBody_uxLogbookLink&#039;) );&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>4265399</name></author>
	</entry>
	<entry>
		<id>https://project-gc.com/wiki/index.php?title=Project-GC_Userscript/Development/LogBookLinks&amp;diff=2029</id>
		<title>Project-GC Userscript/Development/LogBookLinks</title>
		<link rel="alternate" type="text/html" href="https://project-gc.com/wiki/index.php?title=Project-GC_Userscript/Development/LogBookLinks&amp;diff=2029"/>
		<updated>2022-08-31T22:04:15Z</updated>

		<summary type="html">&lt;p&gt;4265399: 4265399 moved page Project-GC Userscript/Development/LogBookLinks to Project-GC Userscript/Development/Last Log was a DNF&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Project-GC Userscript/Development/Last Log was a DNF]]&lt;/div&gt;</summary>
		<author><name>4265399</name></author>
	</entry>
	<entry>
		<id>https://project-gc.com/wiki/index.php?title=Project-GC_Userscript/Development/Last_Log_was_a_DNF&amp;diff=2028</id>
		<title>Project-GC Userscript/Development/Last Log was a DNF</title>
		<link rel="alternate" type="text/html" href="https://project-gc.com/wiki/index.php?title=Project-GC_Userscript/Development/Last_Log_was_a_DNF&amp;diff=2028"/>
		<updated>2022-08-31T22:04:15Z</updated>

		<summary type="html">&lt;p&gt;4265399: 4265399 moved page Project-GC Userscript/Development/LogBookLinks to Project-GC Userscript/Development/Last Log was a DNF&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{PGC-back-link&lt;br /&gt;
|content=Last Log was a DNF Feature&lt;br /&gt;
|link=Project-GC_Userscript/Development&lt;br /&gt;
}}&lt;br /&gt;
= Description =&lt;br /&gt;
&#039;&#039;&#039;Last Log was a DNF&#039;&#039;&#039; is a feature that displays blue text just below the difficulty/terrain sections of a geocache page.  It will display the following blue colored text: &amp;quot;Cache Issues: The latest log for this cache is a DNF, please read the log before before beginning your search.&amp;quot; (see below).&amp;lt;br/&amp;gt;&lt;br /&gt;
[[File:latest_log_dnf.png|500px]]&lt;br /&gt;
&lt;br /&gt;
= Change Log =&lt;br /&gt;
== 2022-08-23; Issue #111.  Fixed in v2.3.15 ==&lt;br /&gt;
Updated the code to account for the changes in the HTML. A span was added. Around Line 855, changed from:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
// If the first log is a DNF, display a blue warning on top of the page&lt;br /&gt;
     if($(&#039;#cache_logs_table tr:first td div.LogDisplayRight strong img&#039;).attr(&#039;src&#039;) === &#039;/images/logtypes/3.png&#039;) {&amp;lt;/pre&amp;gt;--&amp;gt; to:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
// If the first log is a DNF, display a blue warning on top of the page&lt;br /&gt;
     if($(&#039;#cache_logs_table span.h4 img&#039;).attr(&#039;src&#039;) === &#039;/images/logtypes/3.png&#039;) {&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>4265399</name></author>
	</entry>
	<entry>
		<id>https://project-gc.com/wiki/index.php?title=Project-GC_Userscript/Development/Last_Log_was_a_DNF&amp;diff=2027</id>
		<title>Project-GC Userscript/Development/Last Log was a DNF</title>
		<link rel="alternate" type="text/html" href="https://project-gc.com/wiki/index.php?title=Project-GC_Userscript/Development/Last_Log_was_a_DNF&amp;diff=2027"/>
		<updated>2022-08-31T22:03:58Z</updated>

		<summary type="html">&lt;p&gt;4265399: Fix links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{PGC-back-link&lt;br /&gt;
|content=Last Log was a DNF Feature&lt;br /&gt;
|link=Project-GC_Userscript/Development&lt;br /&gt;
}}&lt;br /&gt;
= Description =&lt;br /&gt;
&#039;&#039;&#039;Last Log was a DNF&#039;&#039;&#039; is a feature that displays blue text just below the difficulty/terrain sections of a geocache page.  It will display the following blue colored text: &amp;quot;Cache Issues: The latest log for this cache is a DNF, please read the log before before beginning your search.&amp;quot; (see below).&amp;lt;br/&amp;gt;&lt;br /&gt;
[[File:latest_log_dnf.png|500px]]&lt;br /&gt;
&lt;br /&gt;
= Change Log =&lt;br /&gt;
== 2022-08-23; Issue #111.  Fixed in v2.3.15 ==&lt;br /&gt;
Updated the code to account for the changes in the HTML. A span was added. Around Line 855, changed from:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
// If the first log is a DNF, display a blue warning on top of the page&lt;br /&gt;
     if($(&#039;#cache_logs_table tr:first td div.LogDisplayRight strong img&#039;).attr(&#039;src&#039;) === &#039;/images/logtypes/3.png&#039;) {&amp;lt;/pre&amp;gt;--&amp;gt; to:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
// If the first log is a DNF, display a blue warning on top of the page&lt;br /&gt;
     if($(&#039;#cache_logs_table span.h4 img&#039;).attr(&#039;src&#039;) === &#039;/images/logtypes/3.png&#039;) {&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>4265399</name></author>
	</entry>
	<entry>
		<id>https://project-gc.com/wiki/index.php?title=Project-GC_Userscript/Development/Last_Log_was_a_DNF&amp;diff=2026</id>
		<title>Project-GC Userscript/Development/Last Log was a DNF</title>
		<link rel="alternate" type="text/html" href="https://project-gc.com/wiki/index.php?title=Project-GC_Userscript/Development/Last_Log_was_a_DNF&amp;diff=2026"/>
		<updated>2022-08-31T22:03:30Z</updated>

		<summary type="html">&lt;p&gt;4265399: upload from github&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{PGC-back-link&lt;br /&gt;
|content=Latest Logs Feature&lt;br /&gt;
|link=Project-GC_Userscript/Development&lt;br /&gt;
}}&lt;br /&gt;
= Description =&lt;br /&gt;
&#039;&#039;&#039;Last Log was a DNF&#039;&#039;&#039; is a feature that displays blue text just below the difficulty/terrain sections of a geocache page.  It will display the following blue colored text: &amp;quot;Cache Issues: The latest log for this cache is a DNF, please read the log before before beginning your search.&amp;quot; (see below).&amp;lt;br/&amp;gt;&lt;br /&gt;
[[File:latest_log_dnf.png|500px]]&lt;br /&gt;
&lt;br /&gt;
= Change Log =&lt;br /&gt;
== 2022-08-23; Issue #111.  Fixed in v2.3.15 ==&lt;br /&gt;
Updated the code to account for the changes in the HTML. A span was added. Around Line 855, changed from:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
// If the first log is a DNF, display a blue warning on top of the page&lt;br /&gt;
     if($(&#039;#cache_logs_table tr:first td div.LogDisplayRight strong img&#039;).attr(&#039;src&#039;) === &#039;/images/logtypes/3.png&#039;) {&amp;lt;/pre&amp;gt;--&amp;gt; to:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
// If the first log is a DNF, display a blue warning on top of the page&lt;br /&gt;
     if($(&#039;#cache_logs_table span.h4 img&#039;).attr(&#039;src&#039;) === &#039;/images/logtypes/3.png&#039;) {&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>4265399</name></author>
	</entry>
	<entry>
		<id>https://project-gc.com/wiki/index.php?title=File:Latest_log_dnf.png&amp;diff=2025</id>
		<title>File:Latest log dnf.png</title>
		<link rel="alternate" type="text/html" href="https://project-gc.com/wiki/index.php?title=File:Latest_log_dnf.png&amp;diff=2025"/>
		<updated>2022-08-31T22:02:38Z</updated>

		<summary type="html">&lt;p&gt;4265399: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>4265399</name></author>
	</entry>
	<entry>
		<id>https://project-gc.com/wiki/index.php?title=Project-GC_Userscript/Development&amp;diff=2024</id>
		<title>Project-GC Userscript/Development</title>
		<link rel="alternate" type="text/html" href="https://project-gc.com/wiki/index.php?title=Project-GC_Userscript/Development&amp;diff=2024"/>
		<updated>2022-08-31T21:58:40Z</updated>

		<summary type="html">&lt;p&gt;4265399: remove broken template&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;table style=&amp;quot;width:100%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;width:70%; vertical-align:top;&amp;quot;&amp;gt;The following are features and what version that they first appeared.   All functions of the script can be turned on or off individually.&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;background-color: #ccc; border: 1px; text-align:center;&amp;gt;[[UserScript|&amp;lt;b&amp;gt;RETURN&amp;lt;/b&amp;gt; to Project-GC Userscript Main Page]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
These pages are for the description of changes to the source code of the script and development notes.&lt;br /&gt;
&lt;br /&gt;
{{Special:PrefixIndex/Project-GC Userscript/Development/ |hideredirects=1 |stripprefix=1}}&lt;/div&gt;</summary>
		<author><name>4265399</name></author>
	</entry>
	<entry>
		<id>https://project-gc.com/wiki/index.php?title=Project-GC_Userscript/Development/Latest_Logs&amp;diff=2023</id>
		<title>Project-GC Userscript/Development/Latest Logs</title>
		<link rel="alternate" type="text/html" href="https://project-gc.com/wiki/index.php?title=Project-GC_Userscript/Development/Latest_Logs&amp;diff=2023"/>
		<updated>2022-08-31T21:58:06Z</updated>

		<summary type="html">&lt;p&gt;4265399: Add image, clean-up&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{PGC-back-link&lt;br /&gt;
|content=Latest Logs Feature&lt;br /&gt;
|link=Project-GC_Userscript/Development&lt;br /&gt;
}}&lt;br /&gt;
= Description =&lt;br /&gt;
&#039;&#039;&#039;Latest Logs&#039;&#039;&#039; is a feature that displays the a graphical summary of the 5 most recent logs of a geocache.  It will display the icons that represent the kinds of logs at the top of the page under the section for the size of the Geocache (see below).&lt;br /&gt;
[[File:latest_logs.png|500px]]&lt;br /&gt;
&lt;br /&gt;
= Change Log =&lt;br /&gt;
== 2022-08-23; Issue #109.  Fixed in v2.3.15 ==&lt;br /&gt;
Updated the code to account for the changes in the HTML. A span was added. Around Line 1082, changed from:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
if (latestLogs.length &amp;lt; 5) {&lt;br /&gt;
    var node = $(jNode).find(&#039;div.HalfLeft.LogType h4 img[src]&#039;),&lt;br /&gt;
        logType = {};&amp;lt;/pre&amp;gt;--&amp;gt; to:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
if (latestLogs.length &amp;lt; 5) {&lt;br /&gt;
    var node = $(jNode).find(&#039;span.h4 img[src]&#039;),&lt;br /&gt;
        logType = {};&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>4265399</name></author>
	</entry>
	<entry>
		<id>https://project-gc.com/wiki/index.php?title=File:Latest_logs.png&amp;diff=2022</id>
		<title>File:Latest logs.png</title>
		<link rel="alternate" type="text/html" href="https://project-gc.com/wiki/index.php?title=File:Latest_logs.png&amp;diff=2022"/>
		<updated>2022-08-31T21:56:35Z</updated>

		<summary type="html">&lt;p&gt;4265399: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>4265399</name></author>
	</entry>
	<entry>
		<id>https://project-gc.com/wiki/index.php?title=Project-GC_Userscript/Development/Latest_Logs&amp;diff=2021</id>
		<title>Project-GC Userscript/Development/Latest Logs</title>
		<link rel="alternate" type="text/html" href="https://project-gc.com/wiki/index.php?title=Project-GC_Userscript/Development/Latest_Logs&amp;diff=2021"/>
		<updated>2022-08-31T21:49:05Z</updated>

		<summary type="html">&lt;p&gt;4265399: use template&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{PGC-back-link|content=la la la|link=UserScript/Development}}&lt;br /&gt;
&lt;br /&gt;
{{Special:PrefixIndex/Project-GC Userscript/Development/Latest Logs/ |hideredirects=1 |stripprefix=1}}&lt;/div&gt;</summary>
		<author><name>4265399</name></author>
	</entry>
	<entry>
		<id>https://project-gc.com/wiki/index.php?title=Template:PGC-back-link&amp;diff=2020</id>
		<title>Template:PGC-back-link</title>
		<link rel="alternate" type="text/html" href="https://project-gc.com/wiki/index.php?title=Template:PGC-back-link&amp;diff=2020"/>
		<updated>2022-08-31T21:46:59Z</updated>

		<summary type="html">&lt;p&gt;4265399: add logic&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;table style=&amp;quot;width:100%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;width:70%; vertical-align:top;&amp;quot;&amp;gt;{{{content}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;background-color: #ccc; border: 1px; text-align:center;&amp;gt;{{#if:{{{link|}}}|[[{{{link}}}|{{{link}}}]]|[[UserScript|&amp;lt;b&amp;gt;RETURN&amp;lt;/b&amp;gt; to Project-GC Userscript Main Page]]}}&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;/div&gt;</summary>
		<author><name>4265399</name></author>
	</entry>
	<entry>
		<id>https://project-gc.com/wiki/index.php?title=Template:Box-Round&amp;diff=2019</id>
		<title>Template:Box-Round</title>
		<link rel="alternate" type="text/html" href="https://project-gc.com/wiki/index.php?title=Template:Box-Round&amp;diff=2019"/>
		<updated>2022-08-31T21:41:27Z</updated>

		<summary type="html">&lt;p&gt;4265399: 4265399 moved page Template:Box-Round to Template:PGC-back-link: Reuse - since I can not delete&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Template:PGC-back-link]]&lt;/div&gt;</summary>
		<author><name>4265399</name></author>
	</entry>
	<entry>
		<id>https://project-gc.com/wiki/index.php?title=Template:PGC-back-link&amp;diff=2018</id>
		<title>Template:PGC-back-link</title>
		<link rel="alternate" type="text/html" href="https://project-gc.com/wiki/index.php?title=Template:PGC-back-link&amp;diff=2018"/>
		<updated>2022-08-31T21:41:27Z</updated>

		<summary type="html">&lt;p&gt;4265399: 4265399 moved page Template:Box-Round to Template:PGC-back-link: Reuse - since I can not delete&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;table style=&amp;quot;width:100%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;width:70%; vertical-align:top;&amp;quot;&amp;gt;{{{content}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;background-color: #ccc; border: 1px; text-align:center;&amp;gt;[[UserScript|&amp;lt;b&amp;gt;RETURN&amp;lt;/b&amp;gt; to Project-GC Userscript Main Page]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;/div&gt;</summary>
		<author><name>4265399</name></author>
	</entry>
	<entry>
		<id>https://project-gc.com/wiki/index.php?title=Template:PGC-back-link&amp;diff=2017</id>
		<title>Template:PGC-back-link</title>
		<link rel="alternate" type="text/html" href="https://project-gc.com/wiki/index.php?title=Template:PGC-back-link&amp;diff=2017"/>
		<updated>2022-08-31T21:39:06Z</updated>

		<summary type="html">&lt;p&gt;4265399: Create backpage template&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;table style=&amp;quot;width:100%;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;width:70%; vertical-align:top;&amp;quot;&amp;gt;{{{content}}}&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td style=&amp;quot;background-color: #ccc; border: 1px; text-align:center;&amp;gt;[[UserScript|&amp;lt;b&amp;gt;RETURN&amp;lt;/b&amp;gt; to Project-GC Userscript Main Page]]&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;/div&gt;</summary>
		<author><name>4265399</name></author>
	</entry>
	<entry>
		<id>https://project-gc.com/wiki/index.php?title=Project-GC_Userscript/Development/Latest_Logs&amp;diff=2016</id>
		<title>Project-GC Userscript/Development/Latest Logs</title>
		<link rel="alternate" type="text/html" href="https://project-gc.com/wiki/index.php?title=Project-GC_Userscript/Development/Latest_Logs&amp;diff=2016"/>
		<updated>2022-08-31T21:37:18Z</updated>

		<summary type="html">&lt;p&gt;4265399: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
{{Special:PrefixIndex/Project-GC Userscript/Development/Latest Logs/ |hideredirects=1 |stripprefix=1}}&lt;/div&gt;</summary>
		<author><name>4265399</name></author>
	</entry>
	<entry>
		<id>https://project-gc.com/wiki/index.php?title=Project-GC_Userscript/Development/blank&amp;diff=2015</id>
		<title>Project-GC Userscript/Development/blank</title>
		<link rel="alternate" type="text/html" href="https://project-gc.com/wiki/index.php?title=Project-GC_Userscript/Development/blank&amp;diff=2015"/>
		<updated>2022-08-31T21:34:30Z</updated>

		<summary type="html">&lt;p&gt;4265399: 4265399 moved page Project-GC Userscript/Development/blank to Project-GC Userscript/Development/Latest Logs: Reuse - since I can not delete&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Project-GC Userscript/Development/Latest Logs]]&lt;/div&gt;</summary>
		<author><name>4265399</name></author>
	</entry>
	<entry>
		<id>https://project-gc.com/wiki/index.php?title=Project-GC_Userscript/Development/Latest_Logs&amp;diff=2014</id>
		<title>Project-GC Userscript/Development/Latest Logs</title>
		<link rel="alternate" type="text/html" href="https://project-gc.com/wiki/index.php?title=Project-GC_Userscript/Development/Latest_Logs&amp;diff=2014"/>
		<updated>2022-08-31T21:34:30Z</updated>

		<summary type="html">&lt;p&gt;4265399: 4265399 moved page Project-GC Userscript/Development/blank to Project-GC Userscript/Development/Latest Logs: Reuse - since I can not delete&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;mw-tpl-colorbox {{{class|}}}&amp;quot; style=&amp;quot;{{#if:{{{background-content-color|}}}| background-color: {{{background-content-color|#fff}}}; }} {{{style|}}}&amp;quot;&amp;gt;&amp;lt;templatestyles src=&amp;quot;Colored box/style.css&amp;quot;/&amp;gt;&amp;lt;!--&lt;br /&gt;
--&amp;gt;&amp;lt;div class=&amp;quot;mw-tpl-colorbox-title&amp;quot; style=&amp;quot;{{#if:{{{background-title-color|}}}|background-color:{{{background-title-color|#eaecf0}}};}}&amp;quot;&amp;gt;{{#if:{{{icon|}}}|[[File:{{{icon}}}|20px|class=colorbox-title-icon|link=|alt=]]&amp;amp;#32;}}&amp;lt;strong style=&amp;quot;{{#if:{{{title-color|}}}| color: {{{title-color|#000000}}}; }}&amp;quot;&amp;gt;{{{title}}}&amp;lt;/strong&amp;gt;&amp;lt;!--&lt;br /&gt;
--&amp;gt;{{#if:{{{link|}}}|&amp;lt;div class=&amp;quot;mw-tpl-colorbox-title-corner&amp;quot;&amp;gt;[[{{{link}}}|&amp;lt;span style=&amp;quot;{{#if:{{{link-color|{{{title-color|}}}}}}| color: {{{link-color|{{{title-color|}}}}}}; }}&amp;quot;&amp;gt;{{{view-text|view}}}&amp;lt;/span&amp;gt;]]&amp;lt;/div&amp;gt;}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;!--&lt;br /&gt;
--&amp;gt;&amp;lt;div class=&amp;quot;mw-tpl-colorbox-content&amp;quot;&amp;gt;&lt;br /&gt;
{{{content}}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{documentation}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>4265399</name></author>
	</entry>
	<entry>
		<id>https://project-gc.com/wiki/index.php?title=Template:Colored_box&amp;diff=2013</id>
		<title>Template:Colored box</title>
		<link rel="alternate" type="text/html" href="https://project-gc.com/wiki/index.php?title=Template:Colored_box&amp;diff=2013"/>
		<updated>2022-08-31T21:32:47Z</updated>

		<summary type="html">&lt;p&gt;4265399: 4265399 moved page Template:Colored box to Project-GC Userscript/Development/blank&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Project-GC Userscript/Development/blank]]&lt;/div&gt;</summary>
		<author><name>4265399</name></author>
	</entry>
	<entry>
		<id>https://project-gc.com/wiki/index.php?title=Project-GC_Userscript/Development/Latest_Logs&amp;diff=2012</id>
		<title>Project-GC Userscript/Development/Latest Logs</title>
		<link rel="alternate" type="text/html" href="https://project-gc.com/wiki/index.php?title=Project-GC_Userscript/Development/Latest_Logs&amp;diff=2012"/>
		<updated>2022-08-31T21:32:47Z</updated>

		<summary type="html">&lt;p&gt;4265399: 4265399 moved page Template:Colored box to Project-GC Userscript/Development/blank&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;mw-tpl-colorbox {{{class|}}}&amp;quot; style=&amp;quot;{{#if:{{{background-content-color|}}}| background-color: {{{background-content-color|#fff}}}; }} {{{style|}}}&amp;quot;&amp;gt;&amp;lt;templatestyles src=&amp;quot;Colored box/style.css&amp;quot;/&amp;gt;&amp;lt;!--&lt;br /&gt;
--&amp;gt;&amp;lt;div class=&amp;quot;mw-tpl-colorbox-title&amp;quot; style=&amp;quot;{{#if:{{{background-title-color|}}}|background-color:{{{background-title-color|#eaecf0}}};}}&amp;quot;&amp;gt;{{#if:{{{icon|}}}|[[File:{{{icon}}}|20px|class=colorbox-title-icon|link=|alt=]]&amp;amp;#32;}}&amp;lt;strong style=&amp;quot;{{#if:{{{title-color|}}}| color: {{{title-color|#000000}}}; }}&amp;quot;&amp;gt;{{{title}}}&amp;lt;/strong&amp;gt;&amp;lt;!--&lt;br /&gt;
--&amp;gt;{{#if:{{{link|}}}|&amp;lt;div class=&amp;quot;mw-tpl-colorbox-title-corner&amp;quot;&amp;gt;[[{{{link}}}|&amp;lt;span style=&amp;quot;{{#if:{{{link-color|{{{title-color|}}}}}}| color: {{{link-color|{{{title-color|}}}}}}; }}&amp;quot;&amp;gt;{{{view-text|view}}}&amp;lt;/span&amp;gt;]]&amp;lt;/div&amp;gt;}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;!--&lt;br /&gt;
--&amp;gt;&amp;lt;div class=&amp;quot;mw-tpl-colorbox-content&amp;quot;&amp;gt;&lt;br /&gt;
{{{content}}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{documentation}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>4265399</name></author>
	</entry>
	<entry>
		<id>https://project-gc.com/wiki/index.php?title=Project-GC_Userscript/Development/Latest_Logs&amp;diff=2009</id>
		<title>Project-GC Userscript/Development/Latest Logs</title>
		<link rel="alternate" type="text/html" href="https://project-gc.com/wiki/index.php?title=Project-GC_Userscript/Development/Latest_Logs&amp;diff=2009"/>
		<updated>2022-08-31T21:11:04Z</updated>

		<summary type="html">&lt;p&gt;4265399: Colored Box Template&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;div class=&amp;quot;mw-tpl-colorbox {{{class|}}}&amp;quot; style=&amp;quot;{{#if:{{{background-content-color|}}}| background-color: {{{background-content-color|#fff}}}; }} {{{style|}}}&amp;quot;&amp;gt;&amp;lt;templatestyles src=&amp;quot;Colored box/style.css&amp;quot;/&amp;gt;&amp;lt;!--&lt;br /&gt;
--&amp;gt;&amp;lt;div class=&amp;quot;mw-tpl-colorbox-title&amp;quot; style=&amp;quot;{{#if:{{{background-title-color|}}}|background-color:{{{background-title-color|#eaecf0}}};}}&amp;quot;&amp;gt;{{#if:{{{icon|}}}|[[File:{{{icon}}}|20px|class=colorbox-title-icon|link=|alt=]]&amp;amp;#32;}}&amp;lt;strong style=&amp;quot;{{#if:{{{title-color|}}}| color: {{{title-color|#000000}}}; }}&amp;quot;&amp;gt;{{{title}}}&amp;lt;/strong&amp;gt;&amp;lt;!--&lt;br /&gt;
--&amp;gt;{{#if:{{{link|}}}|&amp;lt;div class=&amp;quot;mw-tpl-colorbox-title-corner&amp;quot;&amp;gt;[[{{{link}}}|&amp;lt;span style=&amp;quot;{{#if:{{{link-color|{{{title-color|}}}}}}| color: {{{link-color|{{{title-color|}}}}}}; }}&amp;quot;&amp;gt;{{{view-text|view}}}&amp;lt;/span&amp;gt;]]&amp;lt;/div&amp;gt;}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;!--&lt;br /&gt;
--&amp;gt;&amp;lt;div class=&amp;quot;mw-tpl-colorbox-content&amp;quot;&amp;gt;&lt;br /&gt;
{{{content}}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
{{documentation}}&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>4265399</name></author>
	</entry>
</feed>