Skip to content

Commit 6831939

Browse files
committed
Eliminated no-longer needed app.urls.update file extension processing from modals.update.available() ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions/tree/main/chatgpt-auto-talk]
1 parent 04a2e3d commit 6831939

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chatgpt/chatgpt-auto-talk/chatgpt-auto-talk.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@
225225
// @description:zu Dlala izimpendulo ze-ChatGPT ngokuzenzakalela
226226
// @author Adam Lui
227227
// @namespace https://github.com/adamlui
228-
// @version 2025.1.20
228+
// @version 2025.1.23
229229
// @license MIT
230230
// @icon https://assets.chatgptautotalk.com/images/icons/openai/black/icon48.png?v=9f1ed3c
231231
// @icon64 https://assets.chatgptautotalk.com/images/icons/openai/black/icon64.png?v=9f1ed3c
@@ -686,7 +686,7 @@
686686
+ `${app.urls.gitHub}/commits/main/greasemonkey/${app.slug}.user.js`
687687
+ `">${app.msgs.link_viewChanges}</a>`,
688688
function update() { // button
689-
modals.safeWinOpen(app.urls.update.replace('meta.js', 'user.js') + '?t=' + Date.now())
689+
modals.safeWinOpen(`${app.urls.update}?t=${Date.now()}`)
690690
}, '', modals.update.width
691691
)
692692

0 commit comments

Comments
 (0)