Earlier quoted context omitted.
Just so we’re on the same page, you use AppleScript outside the browser, but it interacts with the browser. Some basic use cases: - Change to first browser tab whose URL or title matches . - Close every browser tab matching . - Grab all your tabs and backup their URLs to a file. - Join all tabs from all windows into a single window. - Execute JavaScript on a page and get results back. - Grab the URL of the current ta…
Got it. Last time I attempted to do this kind of things, I used TabFS ( https://github.com/osnr/TabFS ). I think you might like it!
Disable AI in Firefox
121–130 of 161 posts
Re: Disable AI in Firefox
#122Apart from the browser.ml.* config the newest update also adds and activates the @perplexity search shortcut. Deleted it in my config. I'm solely relying on DuckDuckGo.
> I'm solely relying on DuckDuckGo I've been fully on DDG for years but becoming slowly skeptical & looking for alternatives. 1. They're leaning heavily into "responsible AI", much like Mozilla 2. Might be just me but I feel like their algorithm became significantly worse recently. Over the years they've gone from being worse than Google in the early days to steadily improving & overtaking Google on quality (I made h…
Re: Disable AI in Firefox
#123Didn't entirely work for me. I still had the little popup when I selected text, even after restarting. However, it did go away and stay away when I selected "hide chatbot..." at the bottom of the popup.
I don't want anything even vaguely related to spicy autocomplete on any of my machines, and I go to great lengths to kill anything that even resembles it with fire.
Re: Disable AI in Firefox
#124Disable AI, disable targeted ads... What's wrong with you, Firefox ?
In their defense, they're in a bit of a precarious financial situation. Most of their money comes from Google, who happens to also be their largest competitor.
Maybe they'd be in a better position if they focused their resources on building their core product? I know that's a wildly radical concept these days...
Re: Disable AI in Firefox
#125I've used Firefox for 15 years and I really don't want to use Chrome. Can Mozilla just, like, make a good browser?
I think they make a pretty good browser. It is performant, supports blocking ads easily, standard compatible, customizable and recently even added support for vertical tabs. What are you missing?
Re: Disable AI in Firefox
#126Earlier quoted context omitted.
Time to switch to Waterfox, it's basically Firefox with the privacy features that Firefox should have by default: https://www.waterfox.net/
That doesn’t address the larger complaint your parent commenter is making that Mozilla dropped the ball on Firefox development.
Re: Disable AI in Firefox
#127Re: Disable AI in Firefox
#128I've used Firefox for 15 years and I really don't want to use Chrome. Can Mozilla just, like, make a good browser?
Re: Disable AI in Firefox
#129Earlier quoted context omitted.
Interesting! The last time I used a Mac was many years ago, so I'm not sure what would you do with AppleScript in the browser. What are some example use cases?
Just so we’re on the same page, you use AppleScript outside the browser, but it interacts with the browser. Some basic use cases: - Change to first browser tab whose URL or title matches . - Close every browser tab matching . - Grab all your tabs and backup their URLs to a file. - Join all tabs from all windows into a single window. - Execute JavaScript on a page and get results back. - Grab the URL of the current ta…
Re: Disable AI in Firefox
#130Earlier quoted context omitted.
Interesting! The last time I used a Mac was many years ago, so I'm not sure what would you do with AppleScript in the browser. What are some example use cases?
Just so we’re on the same page, you use AppleScript outside the browser, but it interacts with the browser. Some basic use cases: - Change to first browser tab whose URL or title matches . - Close every browser tab matching . - Grab all your tabs and backup their URLs to a file. - Join all tabs from all windows into a single window. - Execute JavaScript on a page and get results back. - Grab the URL of the current ta…
I don't see why a browser should have to support AppleScript specifically. The Chrome DevTools Protocol and WebDriver BiDi are the standard protocols for interacting with browsers programmatically. Firefox supports WebDriver BiDi. Just use any tool that supports it, or talk to it directly. Maybe AppleScript can do that, I wouldn't know.