Skip to content

Commit 957500a

Browse files
committed
✨ [feat] Update version and match patterns for Strava and Garmin user script
- Bump version from 2.2 to 2.3 - Update match pattern for Garmin Connect to include all pages Signed-off-by: Nick2bad4u <[email protected]>
1 parent 684041c commit 957500a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

KudoAll-Strava-Garmin.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// ==UserScript==
22
// @name Strava and Garmin Kudos All (Working)
33
// @namespace nick2bad4u.github.io
4-
// @version 2.2
4+
// @version 2.3
55
// @description Adds a button to give kudos to all visible activities on Strava and Garmin Connect.
66
// @author Nick2bad4u
77
// @license Unlicense
@@ -10,7 +10,7 @@
1010
// @grant none
1111
// @run-at document-end
1212
// @match https://www.strava.com/*
13-
// @match https://connect.garmin.com/app/newsfeed
13+
// @match https://connect.garmin.com/*
1414
// @icon https://i.gyazo.com/e2fabcfc9e9fd6d011e98215764c109c.png
1515
// @tag garmin
1616
// @tag strava

0 commit comments

Comments
 (0)