Skip to content

Commit 3f17211

Browse files
committed
Disabled hover fx for all mobile elems, allowed focus fx ↞ [auto-sync from https://github.com/adamlui/ai-web-extensions/tree/main/duckduckgpt]
1 parent fdf7dbb commit 3f17211

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

chatgpt/duckduckgpt/duckduckgpt.user.js

Lines changed: 2 additions & 3 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.10.11.9
151+
// @version 2025.10.12
152152
// @license MIT
153153
// @icon https://assets.ddgpt.com/images/icons/app/icon48.png?v=533ce0f
154154
// @icon64 https://assets.ddgpt.com/images/icons/app/icon64.png?v=533ce0f
@@ -806,8 +806,7 @@
806806
+ `@media (hover: none) {
807807
#${app.slug} .app-hover-only { /* show app-hover-only elems */
808808
position: relative ; left: auto ; width: auto ; opacity: 1 }
809-
.${app.slug}-related-query:hover, .${app.slug}-related-query:focus {
810-
transform: none !important } /* disable hover/focus fx */
809+
#${app.slug} *:hover { transform: none !important } /* disable hover fx */
811810
}`
812811

813812
// Phone styles

0 commit comments

Comments
 (0)