aboutsummaryrefslogtreecommitdiffstats
path: root/send2cgeo/send2cgeo.user.js
Commit message (Collapse)AuthorAgeFilesLines
* Added Chrome compatibility back.mucek42014-05-251-7/+6
|
* Fixed send2cgeo. Added https and download linkmucek42014-05-251-12/+15
|
* Increase version of send2cgeo scriptLars2013-08-091-1/+1
| | | Due to changes after publishing v0.28 we have to increase the version top allow automatic update for the users once the new script is published.
* Change from show() to css('display', 'block') as on nearby page iframes have ↵JavaJens2013-08-081-1/+1
| | | | display:none
* Including nearby page and increasing version numberLars2013-08-071-1/+2
|
* Add recently viewed capabilityJavaJens2013-08-041-1/+14
|
* Workaround for #2851Lars2013-06-131-1/+3
| | | | I inserted the include option for the new (temporary?) cache detail page and added an append command for the dd tag which is used instead of a p tag in the new cache page. I know that the append is called twice in this case. Maybe someone can optimize it but it has shown no side effects at tests with both URLs.
* minor cleanup of send2cgeo scriptBananeweizen2012-10-251-4/+5
| | | | | * more readable name * added icon * added missing semicolons
* modernizes the send2cgeo userscript (see #2109).Stefan Breunig2012-10-231-27/+68
| | | | | | | * uses modern overlay popup instead of new tab. Which means - it doesn’t have to be closed manually - it works better with single window and "don't allow new tab/window" modes * in map view, the link may be middle clicked
* Based on a proposal by SammysHP I've changed the @include for the new map to ↵BestHafr2012-02-161-1/+1
| | | | | http://www.geocaching.com/map/* This is supposed to fix #1122.
* Updated send2cgeo.user.js to adapt the map changes done by Groundspeak on ↵BestHafr2012-02-161-5/+5
| | | | 2012-02-14.
* Also change versionnumber for scriptBudBundi2011-10-081-1/+1
|
* Change var for GC Code so script working again. See #620BudBundi2011-10-081-1/+1
|
* new Eclipse project with initial send2cgeo sourcesbananeweizen2011-09-291-0/+47
* as discussed in forum * You need the Eclipse Javascript development tools installed in Eclipse, if you want to have more than a pure text editor...