Skip to content

Commit

Permalink
Shortened safeWinOpen() ↞ [auto-sync from `adamlui/ai-web-extension…
Browse files Browse the repository at this point in the history
…s/chatgpt-auto-refresh`]
  • Loading branch information
kudo-sync-bot committed Oct 20, 2024
1 parent 94b5cda commit eea04e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chatgpt/chatgpt-auto-refresh/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 2024.10.20
// @version 2024.10.20.1
// @license MIT
// @match *://chatgpt.com/*
// @match *://chat.openai.com/*
Expand Down Expand Up @@ -636,7 +636,7 @@
}
},

safeWinOpen(url) { window.open(url, '_blank', 'noopener') } // to prevent backdoor vulnerabilities
safeWinOpen(url) { open(url, '_blank', 'noopener') } // to prevent backdoor vulnerabilities
}

// Define UI functions
Expand Down

0 comments on commit eea04e9

Please sign in to comment.