Advertisement
Guest User

Untitled

a guest
Apr 5th, 2015
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // ==UserScript==
  2. // @name           Geocaching.com Update all cache Coordinates
  3. // @namespace      http://www.geocaching.com
  4. // @description    Correct coordinates of all cache types
  5. // @include        http://www.geocaching.com/geocache/*
  6. // @grant          none
  7. // @version        1.0.0
  8. // ==/UserScript==
  9.  
  10. if (typeof(userDefinedCoords) == "undefined") {
  11.   unsafeWindow.userDefinedCoords = {"status":"success","data":{"isUserDefined":false}};
  12.   }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement