Skip to content

Commit 1e804b5

Browse files
Update spur.us URL format
1 parent 92406f4 commit 1e804b5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dist/MoreMenu.user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ window.MoreMenu.user = function (config) {
229229
},
230230
'ip-lookup': {
231231
'spur': {
232-
url: "https://spur.us/app/context?q=".concat(config.targetUser.name),
232+
url: "https://spur.us/context/".concat(config.targetUser.name),
233233
targetUserIp: true,
234234
targetUserIpRange: false,
235235
currentUserGroups: ['user']

src/MoreMenu.user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ window.MoreMenu.user = ( config ) => ( {
150150
},
151151
'ip-lookup': {
152152
'spur': {
153-
url: `https://spur.us/app/context?q=${ config.targetUser.name }`,
153+
url: `https://spur.us/context/${ config.targetUser.name }`,
154154
targetUserIp: true,
155155
targetUserIpRange: false,
156156
currentUserGroups: [ 'user' ]

0 commit comments

Comments
 (0)