Skip to content

Commit 1839ba6

Browse files
committed
Removed unneeded arg from dom.create.anchor() in update.footerContent()
1 parent 816a628 commit 1839ba6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bravegpt/greasemonkey/bravegpt.user.js

Lines changed: 2 additions & 2 deletions
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.1.15.18
151+
// @version 2025.1.15.19
152152
// @license MIT
153153
// @icon https://assets.bravegpt.com/images/icons/bravegpt/icon48.png?v=df624b0
154154
// @icon64 https://assets.bravegpt.com/images/icons/bravegpt/icon64.png?v=df624b0
@@ -2466,7 +2466,7 @@
24662466

24672467
// Update footer content
24682468
const newFooterContent = destinationURL ?
2469-
dom.create.anchor(destinationURL, { target: '_self' })
2469+
dom.create.anchor(destinationURL)
24702470
: document.createElement('span')
24712471
newFooterContent.className = braveClassList
24722472
footerContent.replaceWith(newFooterContent) ; footerContent = newFooterContent

0 commit comments

Comments
 (0)