How can I disable the "explain" and "ask" pop-ups whenever any text is selected? #8032
Replies: 4 comments 10 replies
|
This is also interfering with linux selection-clipboard copy, I hate it because I cannot middle-click paste stuff. |
|
You can get rid of these by using ublock origin picker and carefully aiming it the floating panel and blocking. So happy I found a way. My opinion about these floating things that automatically appear is that this feature should be removed completely as they serve no practical purpose. What is this, language learning app I do think the assumption is that people are literate. |
|
These popups are a single most frustrating part of of my workflow as they cause a lot of unintended API calls that cost me a lot at times. |
|
I agree these are one of the most frustrating parts of using Open-WebUI. Here's my solution using Tampermonkey. For those that don't know, Tampermonkey is a browser extension (both Firefox and Chrome based browsers), that allows you to install, manage, and run custom JavaScript scripts on websites. It modifies web pages or browser behaviors by injecting user-written code at runtime. |
Uh oh!
There was an error while loading. Please reload this page.
I do not like these pop ups as I am often working with code or other text that I am copying and these keep popping up and keep getting clicked accidentally which is extremely frustrating. Is there a way to disable these?
All reactions