From 36eeb54c1e5abf95b92d64a3d11bca21ff5498dd Mon Sep 17 00:00:00 2001 From: BestHafr Date: Thu, 16 Feb 2012 22:11:15 +0100 Subject: Updated send2cgeo.user.js to adapt the map changes done by Groundspeak on 2012-02-14. --- send2cgeo/send2cgeo.user.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'send2cgeo') diff --git a/send2cgeo/send2cgeo.user.js b/send2cgeo/send2cgeo.user.js index b09eceb..2ec327e 100644 --- a/send2cgeo/send2cgeo.user.js +++ b/send2cgeo/send2cgeo.user.js @@ -3,8 +3,8 @@ // @namespace http://send2.cgeo.org/ // @description Add Send to c:geo button to geocaching.com // @include http://www.geocaching.com/seek/cache_details* -// @include http://www.geocaching.com/map/beta* -// @version 0.24 +// @include http://www.geocaching.com/map/default* +// @version 0.25 // ==/UserScript== // Inserts javascript that will be called by the s2cgeo button @@ -20,13 +20,13 @@ var map = document.getElementById('cacheDetailsTemplate'); if( map != null ) { var html = 'Log Visit
' - + '' + ' ' - + 'Send to c:geo'; + + 'Send to c:geo'; - map.innerHTML = map.innerHTML.replace('Log Visit', html); + map.innerHTML = map.innerHTML.replace('Log Visit', html); } else { -- cgit v1.1