Skip to content

Commit

Permalink
Mitigated super-linear backtracking in regex ↞ [auto-sync from `adaml…
Browse files Browse the repository at this point in the history
…ui/ai-web-extensions/chatgpt-widescreen`]
  • Loading branch information
kudo-sync-bot committed Nov 14, 2024
1 parent b96a6e4 commit 3bb5dca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chatgpt/chatgpt-widescreen/chatgpt-widescreen-mode.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@
// @description:zu Engeza izinhlobo zezimodi ze-Widescreen + Fullscreen ku-ChatGPT ukuze kube nokubonakala + ukuncitsha ukusukela
// @author Adam Lui
// @namespace https://github.com/adamlui
// @version 2024.11.14.1
// @version 2024.11.14.2
// @license MIT
// @compatible chrome
// @compatible firefox
Expand Down Expand Up @@ -459,7 +459,7 @@
+ `(v${latestVer}) ${app.msgs.alert_isAvail}! `
+ '<a target="_blank" rel="noopener" style="font-size: 0.7rem" '
+ 'href="' + app.urls.gitHub + '/commits/main/greasemonkey/'
+ app.urls.update.replace(/.*\/(.*)meta\.js/, '$1user.js') + '"'
+ app.urls.update.replace(/[^/]*\/([^/]*?)meta\.js/, '$1user.js') + '"'
+ `> ${app.msgs.link_viewChanges}</a>`,
function update() { // button
modals.safeWinOpen(app.urls.update.replace('meta.js', 'user.js') + '?t=' + Date.now())
Expand Down

0 comments on commit 3bb5dca

Please sign in to comment.