magma1447 / greasemonkey-geocaching-projectgc

Adds links and data to Geocaching.com to make it collaborate with Project-GC.com
MIT License
18 stars 14 forks source link

The header is broken on the new map #80

Closed Jakuje closed 4 years ago

Jakuje commented 5 years ago

As reported in the followining QA, the new map breaks the pgc extension on geocaching site.

https://project-gc.com/qa/?qa=19724/geocaching-com-project-gc-doesnt-work

Jakuje commented 5 years ago

It looks like the map is not available to all the users yet. My short experimenting with it shows that we do not even get to the first AJAX call to the PGC (at least I did not see it in the network tab of the debugger) nor I see explicit alert with error, neither with Greasemonkey nor Tampermonkey in Firefox. I did not test Chrome.

Later on, when trying to figure out what is the username, the new location of it is under path like this:

html body div#root div.app-content header#GCHeader nav.profile-panel.user-nav ul li.profile-panel-user a.profile-panel-user span span.username

which is not matched with the current code if I am right.