Skip to content

Instantly share code, notes, and snippets.

@Jakuje
Last active November 29, 2016 19:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Jakuje/80ccaf34ee6bf5efad2b353598bc8a41 to your computer and use it in GitHub Desktop.
Save Jakuje/80ccaf34ee6bf5efad2b353598bc8a41 to your computer and use it in GitHub Desktop.
isOldGeocachingDomain = isGeocachingDomain
function isGeocachingDomain(url) {
if (isOldGeocachingDomain(url)
|| url == "project-gc.com"
|| url == "www.project-gc.com") {
return true;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment