Geocaching.com + Project-GC

Adds links and data to Geocaching.com to make it collaborate with PGC

< Σχολιασμός για τον κώδικα Geocaching.com + Project-GC

Αναφορά: Εντάξει - ο κώδικας λειτουργεί αλλά έχει σφάλματα

§
Δημοσιεύτηκε: 13/09/2018
Επεξεργάστηκε: 13/09/2018

"Change font in personal cache note to monospaced" no longer working

Script Version: 2.0.2 Don't remember since when it is broken but I noticed it today and debugged the problem down to lines 867 and 868. It seems groundspeak has changed the relevant id from "cache_notes" to "viewCacheNote".

I have changed these two lines to:

       $("#viewCacheNote").css("font-family", "monospace").css("font-size", "12px");
        $("#viewCacheNote").on("DOMSubtreeModified", function() {

and it's back working for me

§
Δημοσιεύτηκε: 17/04/2019

@version 2.2.5 still exhibits the referenced bug. Dear authors, please fix it.

§
Δημοσιεύτηκε: 16/09/2019

In version 2.2.6, it's now lines 916 and 917, but the problem still exists and this workaround does still work.

§
Δημοσιεύτηκε: 23/02/2020

Still broken in 2.2.7. Very frustrating. I this script still supported by p-gc?

Δημοσίευση απάντησης

Συνδεθείτε για να δημοσιεύσετε μια απάντηση.