Skip to content

Commit

Permalink
Add update URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Morea committed Oct 21, 2023
1 parent e491b8d commit 3846b1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Find Unique Titles/config/userscript.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,6 @@ export const UserScriptConfig: IWebpackUserScript = {
`https://cdn.jsdelivr.net/npm/jquery@${pkg.dependencies.jquery}/dist/jquery.min.js`,
],
grant: ["GM.xmlHttpRequest", "GM.setValue", "GM.getValue"],
updateURL: 'https://github.com/Moreasan/trackers-userscripts/blob/master/Find%20Unique%20Titles/dist/find.unique.titles.user.js'
}
}
1 change: 1 addition & 0 deletions Find Unique Titles/dist/find.unique.titles.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
// @grant GM.getValue
// @namespace http://tampermonkey.net/
// @require https://cdn.jsdelivr.net/npm/jquery@^3.6.4/dist/jquery.min.js
// @updateURL https://github.com/Moreasan/trackers-userscripts/blob/master/Find%20Unique%20Titles/dist/find.unique.titles.user.js
// ==/UserScript==

/******/ (() => { // webpackBootstrap
Expand Down

0 comments on commit 3846b1e

Please sign in to comment.