Greasy Fork is available in English.

GC Stats Banner Library

This library provides the core functionality to add a stats badge onto profile and cache pages on geocaching.com.

このスクリプトは単体で利用できません。右のようなメタデータを含むスクリプトから、ライブラリとして読み込まれます: // @require https://update.greasyfork.org/scripts/389508/880219/GC%20Stats%20Banner%20Library.js

作者のサイトでサポートを受ける。または、このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください。
作者
Cryo99
バージョン
1.0.2
作成日
2019/08/28
更新日
2020/12/13
ライセンス
GPL version 3 or any later version

GCStatsBannerLib

A userscript library that provides core functionality for cache series statistics banners on geocaching.com.

The stats banner was originally conceived and implemented by BaSHful for sadexploration's Church Micro Series, a hugely popular series of caches covering the entire UK, with a few in other countries as well.

In order for the library to function, the cache series must have a means of serving data to the banner. The library currently understands the series of web sites designed by Chris ~ AKA Bus.Stop, based on that provided for the SideTracked series of caches.

Sites also exist for:

These sites provide URLs which serve the data and images which comprise the banner. This library uses these services to add the banners to the appropriate pages on geacaching.com:

  • the specific cache pages for each series
  • your user dashboard
  • the About tab of your user profile

Both the new and old page styles are supported.

The Future

I would love to see more series able to take advantage of this. There are quite a few candidate series but work will be required in order to create the service which provides the data and images, whatever method is used.

The Village Hall Series now has a banner graphic but its use is entirely manual on the part of the cacher. I'd like to see whether it's possible to automate the process of determining a cacher's level and displaying the graphic.

Version History

Version 1.0.2

  • Fixed a bug saving prefs in the options dialogue.

Version 1.0.1

  • Fixed a bug in the options dialogue.
  • Restored the options dialogue button text colour to black.

Version 1.0.0

  • Initial release.

Versions 0.0.1 - 0.0.23

  • Development versions.
  • Added the new account page.
    • Much work to develop and debug the collapsible widget which hosts the banners and debug the loading issues.
    • More work trying and debugging asynchronous loading.