Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exclude statement refers to non-existent web page #125

Open
rteitelman opened this issue Aug 26, 2022 · 2 comments
Open

Exclude statement refers to non-existent web page #125

rteitelman opened this issue Aug 26, 2022 · 2 comments

Comments

@rteitelman
Copy link
Contributor

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
Copy link
Contributor

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
Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants