Skip to content

Commit 655e19f

Browse files
committed
Enabled strict mode in JS files ↞ [auto-sync from https://github.com/adamlui/userscripts/tree/master/chatgpt/bravegpt]
1 parent 5cb0109 commit 655e19f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bravegpt/greasemonkey/bravegpt.user.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
// @description:zu Yengeza izimpendulo ze-AI ku-Brave Search (inikwa amandla yi-GPT-4o!)
149149
// @author KudoAI
150150
// @namespace https://kudoai.com
151-
// @version 2025.10.16.2
151+
// @version 2025.10.19
152152
// @license MIT
153153
// @icon https://assets.bravegpt.com/images/icons/app/icon48.png?v=e8ca7c2
154154
// @icon64 https://assets.bravegpt.com/images/icons/app/icon64.png?v=e8ca7c2
@@ -249,6 +249,7 @@
249249
// Documentation: https://docs.bravegpt.com
250250

251251
(async () => {
252+
'use strict'
252253

253254
// Init DATA
254255
window.env = {

0 commit comments

Comments
 (0)