Skip to content

Commit

Permalink
FIX updateURL and downloadURL
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlanmcdonald committed Jan 17, 2024
1 parent e8dd2eb commit 2d7c63f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ const BANNER = `
// @author ${packageJSON.author}
// @match https://news.ycombinator.com/*
// @icon https://news.ycombinator.com/favicon.ico
// @updateURL https://raw.githubusercontent.com/lachlanmcdonald/hackernews-user-tags/main/dist/userscript.js
// @downloadURL https://raw.githubusercontent.com/lachlanmcdonald/hackernews-user-tags/main/dist/userscript.js
// @updateURL https://cdn.jsdelivr.net/gh/lachlanmcdonald/hackernews-user-tags@master/dist/userscript.js
// @downloadURL https://cdn.jsdelivr.net/gh/lachlanmcdonald/hackernews-user-tags@master/dist/userscript.js
// @grant GM.getValue
// @grant GM.setValue
// @run-at document-idle
Expand Down

0 comments on commit 2d7c63f

Please sign in to comment.