Skip to content

Commit

Permalink
Updated update/download URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlui authored Nov 12, 2023
1 parent d557846 commit 2f35cf9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions greasemonkey/autoclear-chatgpt-history.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@
// @description:zu Ziba itshala lokucabanga okuzoshintshwa ngokuzenzakalelayo uma ukubuka chat.openai.com
// @author Adam Lui
// @namespace https://github.com/adamlui
// @version 2023.11.12.1
// @version 2023.11.12.2
// @license MIT
// @icon https://raw.githubusercontent.com/adamlui/userscripts/master/chatgpt/media/icons/openai-favicon48.png
// @icon64 https://raw.githubusercontent.com/adamlui/userscripts/master/chatgpt/media/icons/openai-favicon64.png
Expand All @@ -250,8 +250,8 @@
// @grant GM_openInTab
// @grant GM.xmlHttpRequest
// @noframes
// @updateURL https://greasyfork.org/scripts/460805/code/autoclear-chatgpt-history.meta.js
// @downloadURL https://greasyfork.org/scripts/460805/code/autoclear-chatgpt-history.user.js
// @updateURL https://update.greasyfork.org/scripts/460805.meta.js
// @downloadURL https://update.greasyfork.org/scripts/460805.user.js
// @homepageURL https://github.com/adamlui/autoclear-chatgpt-history
// @supportURL https://github.com/adamlui/autoclear-chatgpt-history/issues
// ==/UserScript==
Expand All @@ -265,7 +265,7 @@
prefix: 'chatgptAutoclear', appSymbol: '🕶️', userLanguage: chatgpt.getUserLanguage(),
gitHubURL: 'https://github.com/adamlui/autoclear-chatgpt-history',
greasyForkURL: 'https://greasyfork.org/scripts/460805-autoclear-chatgpt-history' }
config.updateURL = config.greasyForkURL + '/code/autoclear-chatgpt-history.meta.js'
config.updateURL = `https://update.greasyfork.org/scripts/${ config.greasyForkURL.match(/\d+/)[0] }.meta.js`
config.supportURL = config.gitHubURL + '/issues/new'
config.assetHostURL = config.gitHubURL.replace('github.com', 'raw.githubusercontent.com') + '/main/'
loadSetting('autoclear', 'buttonHidden', 'notifHidden', 'toggleHidden')
Expand Down

0 comments on commit 2f35cf9

Please sign in to comment.