Skip to content

Commit

Permalink
Updated download/update URLs ↞ [auto-sync from https://github.com/ada…
Browse files Browse the repository at this point in the history
  • Loading branch information
kudo-sync-bot committed Jan 18, 2025
1 parent acf2053 commit ea44b8e
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions chatgpt-auto-refresh/greasemonkey/chatgpt-auto-refresh.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@
// @description:zu *NGOKUPHEPHA* susa ukusetha kabusha ingxoxo yemizuzu eyi-10 + amaphutha enethiwekhi ahlala njalo + Ukuhlolwa kwe-Cloudflare ku-ChatGPT.
// @author Adam Lui
// @namespace https://github.com/adamlui
// @version 2025.1.12.1
// @version 2025.1.17
// @license MIT
// @icon https://assets.chatgptautorefresh.com/images/icons/openai/black/icon48.png?v=f11a0a8
// @icon64 https://assets.chatgptautorefresh.com/images/icons/openai/black/icon64.png?v=f11a0a8
Expand All @@ -237,7 +237,7 @@
// @match *://chatgpt.com/*
// @match *://chat.openai.com/*
// @connect cdn.jsdelivr.net
// @connect update.greasyfork.org
// @connect gm.chatgptautorefresh.com
// @require https://cdn.jsdelivr.net/npm/@kudoai/chatgpt.js@3.5.0/dist/chatgpt.min.js#sha256-+C0x4BOFQc38aZB3pvUC2THu+ZSvuCxRphGdtRLjCDg=
// @resource brsCSS https://assets.aiwebextensions.com/styles/rising-stars/dist/black.min.css?v=3289404#sha256-CTj6Ndngq+TsPlNpQ6Ej39PQKSDpmxyKUFohhc91ruQ=
// @resource wrsCSS https://assets.aiwebextensions.com/styles/rising-stars/dist/white.min.css?v=3289404#sha256-tOOIvIe6O5/x2A5E7s9kP4+zw0d4EEDfRgXQLq2KwLs=
Expand All @@ -250,8 +250,8 @@
// @grant GM.xmlHttpRequest
// @run-at document-start
// @noframes
// @downloadURL https://update.greasyfork.org/scripts/462422/chatgpt-auto-refresh.user.js
// @updateURL https://update.greasyfork.org/scripts/462422/chatgpt-auto-refresh.meta.js
// @downloadURL https://gm.chatgptautorefresh.com
// @updateURL https://gm.chatgptautorefresh.com
// @homepageURL https://www.chatgptautorefresh.com
// @supportURL https://support.chatgptautorefresh.com
// @contributionURL https://github.com/sponsors/adamlui
Expand Down Expand Up @@ -299,13 +299,12 @@
review: {
greasyFork: 'https://greasyfork.org/scripts/462422-chatgpt-auto-refresh/feedback#post-discussion'
},
support: 'https://support.chatgptautorefresh.com'
support: 'https://support.chatgptautorefresh.com',
update: 'https://gm.chatgptautorefresh.com'
},
latestResourceCommitHash: '228c25a' // for cached messages.json + navicon in toggles.sidebar.insert()
}
app.urls.resourceHost = app.urls.gitHub.replace('github.com', 'cdn.jsdelivr.net/gh') + `@${app.latestResourceCommitHash}`
app.urls.update = app.urls.greasyFork.replace('https://', 'https://update.')
.replace(/(\d+)-?([a-z-]*)$/i, (_, id, name) => `${id}/${ name || 'script' }.meta.js`)
app.msgs = {
appName: app.name,
appAuthor: app.author.name,
Expand Down

0 comments on commit ea44b8e

Please sign in to comment.