You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AFAIK the link https://www.geocaching.com/profile/profilecontent.html is the bio of a user (banners, stats, etc) and is insert as iframe in your public profile. So there is nothing to do for the script. (It also hasn't a header, so perhaps it causes into an error if we don't exclude it)
This exclude:
// @exclude https://www.geocaching.com/profile/profilecontent.html
can be removed since it doesn't do anything. The correct line would be to exclude
https://www.geocaching.com/account/settings/profile
but I don't see why we'd want to exclude that.
The text was updated successfully, but these errors were encountered: