Skip to content

Commit 412b8c1

Browse files
committed
Added pointer style to API beacon
1 parent d3bcbc7 commit 412b8c1

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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.5.18.2
151+
// @version 2025.5.18.3
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
@@ -1782,7 +1782,7 @@
17821782
if (!show.reply.updatedAPIinHeader) {
17831783
show.reply.updatedAPIinHeader = true
17841784
const preHeaderLabel = app.div.querySelector('.reply-header-txt'),
1785-
apiBeacon = dom.create.elem('span', { class: 'api-btn' })
1785+
apiBeacon = dom.create.elem('span', { class: 'api-btn', style: 'cursor: pointer' })
17861786
apiBeacon.textContent = '⦿'
17871787
apiBeacon.onmouseenter = apiBeacon.onmouseleave = apiBeacon.onclick = menus.hover.toggle
17881788
apiBeacon.style.pointerEvents = config.proxyAPIenabled ? '' : 'none'

duckduckgpt/greasemonkey/duckduckgpt.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-DuckDuckGo (inikwa amandla yi-GPT-4o!)
149149
// @author KudoAI
150150
// @namespace https://kudoai.com
151-
// @version 2025.5.18
151+
// @version 2025.5.18.1
152152
// @license MIT
153153
// @icon https://assets.ddgpt.com/images/icons/duckduckgpt/icon48.png?v=06af076
154154
// @icon64 https://assets.ddgpt.com/images/icons/duckduckgpt/icon64.png?v=06af076
@@ -1777,7 +1777,7 @@
17771777
if (!show.reply.updatedAPIinHeader) {
17781778
show.reply.updatedAPIinHeader = true
17791779
const preHeaderLabel = app.div.querySelector('.reply-header-txt'),
1780-
apiBeacon = dom.create.elem('span', { class: 'api-btn' })
1780+
apiBeacon = dom.create.elem('span', { class: 'api-btn', style: 'cursor: pointer' })
17811781
apiBeacon.textContent = '⦿'
17821782
apiBeacon.onmouseenter = apiBeacon.onmouseleave = apiBeacon.onclick = menus.hover.toggle
17831783
apiBeacon.style.pointerEvents = config.proxyAPIenabled ? '' : 'none'

googlegpt/greasemonkey/googlegpt.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
// @description:zu Yengeza izimpendulo ze-AI ku-Google Search (inikwa amandla yi-Google Gemma + GPT-4o!)
150150
// @author KudoAI
151151
// @namespace https://kudoai.com
152-
// @version 2025.5.18
152+
// @version 2025.5.18.1
153153
// @license MIT
154154
// @icon https://assets.googlegpt.io/images/icons/googlegpt/black/icon48.png?v=59409b2
155155
// @icon64 https://assets.googlegpt.io/images/icons/googlegpt/black/icon64.png?v=59409b2
@@ -1998,7 +1998,7 @@
19981998
if (!show.reply.updatedAPIinHeader) {
19991999
show.reply.updatedAPIinHeader = true
20002000
const preHeaderLabel = app.div.querySelector('.reply-header-txt'),
2001-
apiBeacon = dom.create.elem('span', { class: 'api-btn' })
2001+
apiBeacon = dom.create.elem('span', { class: 'api-btn', style: 'cursor: pointer' })
20022002
apiBeacon.textContent = '⦿'
20032003
apiBeacon.onmouseenter = apiBeacon.onmouseleave = apiBeacon.onclick = menus.hover.toggle
20042004
apiBeacon.style.pointerEvents = config.proxyAPIenabled ? '' : 'none'

0 commit comments

Comments
 (0)