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

Exclude statement refers to non-existent web page #125

Open rteitelman opened 1 year ago

rteitelman commented 1 year ago

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.

capoaira commented 1 year ago

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)

rteitelman commented 1 year ago

I removed it and tested, and the script still runs fine. So I would think we could remove that @exclude