Are you sure you want to go to an external site to donate a monetary value?
WARNING: Some countries laws may supersede the payment processors policy such as the GDPR and PayPal. While it is highly appreciated to donate, please check with your countries privacy and identity laws regarding privacy of information first. Use at your utmost discretion.
After a recent update (geocaching.com update or script update, I don't know) the cache listing minimap doesn't show the waypoint icons anymore. Disabling this script brings them back, regardless of any other gc.com scripts I have running at the same time.
update line 1263 to this code:
$("#awpt_"+parking.pf)[0].parentNode.parentNode.children[5].innerHTML += '<a target="_blank" rel="noopener noreferrer" href="' + parkUrl + '"><img width="16" height="16" title="Directions to ' + label + '" alt="' + label + '" src="https://www.geocaching.com/images/wpttypes/sm/' + (parking.type===217?'pkg.jpg':'trailhead.jpg') + '" /></a>';
Re: @Vylda:
Same problem resolved, thank you