diff options
author | mucek4 <tomaz@gorenc.org> | 2014-05-25 20:12:57 +0200 |
---|---|---|
committer | mucek4 <tomaz@gorenc.org> | 2014-05-25 20:12:57 +0200 |
commit | 19d854e7e69252b99cb581c1ce94700759ec38e8 (patch) | |
tree | d0bfacaa44f042d79b217d533982ba1a18b7a980 /send2cgeo | |
parent | ddc94e34458f76d0d699e0eac6f0e1d4913b172b (diff) | |
download | cgeo-19d854e7e69252b99cb581c1ce94700759ec38e8.zip cgeo-19d854e7e69252b99cb581c1ce94700759ec38e8.tar.gz cgeo-19d854e7e69252b99cb581c1ce94700759ec38e8.tar.bz2 |
Added Chrome compatibility back.
Diffstat (limited to 'send2cgeo')
-rw-r--r-- | send2cgeo/send2cgeo.user.js | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/send2cgeo/send2cgeo.user.js b/send2cgeo/send2cgeo.user.js index afb54c4..a9f6664 100644 --- a/send2cgeo/send2cgeo.user.js +++ b/send2cgeo/send2cgeo.user.js @@ -2,13 +2,12 @@ // @name Send to c:geo // @namespace http://send2.cgeo.org/ // @description Add button "Send to c:geo" to geocaching.com -// @grant none -// @include /^https?://www\.geocaching\.com/seek/cache_details.*$/ -// @include /^https?://www\.geocaching\.com/map/.*$/ -// @include /^https?://www\.geocaching\.com/map/.*$/ -// @include /^https?://www\.geocaching\.com/geocache/.*$/ -// @include /^https?://www\.geocaching\.com/my/recentlyviewedcaches.*$/ -// @include /^https?://www\.geocaching\.com/seek/nearest.*$/ +// @grant none +// @include http://www.geocaching.com/seek/cache_details* +// @include https://www.geocaching.com/map/* +// @include http://www.geocaching.com/geocache/* +// @include http://www.geocaching.com/my/recentlyviewedcaches* +// @include http://www.geocaching.com/seek/nearest* // @icon http://send2.cgeo.org/content/images/logo.png // @downloadURL https://send2.cgeo.org/send2cgeo.user.js // @updateURL https://send2.cgeo.org/send2cgeo.user.js |