Let Chrome scan your computer for malware? I wonder what is the cost for a free malware...
Chrome is a Google Service that happens to include a Browser Engine
21–30 of 180 posts
Re: Chrome is a Google Service that happens to include a Browser Engine
#22Chromium Ungoogled repo [1] made it to the `top30` some days ago. I too have switched back to Firefox with the release of Quantum and have been very pleased. Frankly, I am amazed every day that Ungoogled Chromium, Firefox, & DDG.co are as good as they are. (aka: slightly inferior to Google regarding product polish, but truly "good enough" 98% of the time - without selling my future data down the drain) (edited: to fi…
I rate Firefox pretty highly since Quantum released. It's fast, polished and in my unscientific testing, consumes less resources.
Re: Chrome is a Google Service that happens to include a Browser Engine
#23That says something about how out of touch Google is at the moment.
Re: Chrome is a Google Service that happens to include a Browser Engine
#24Earlier quoted context omitted.
I rate Firefox pretty highly since Quantum released. It's fast, polished and in my unscientific testing, consumes less resources.
Except battery, it is a battery destroyer unfortunately.
Re: Chrome is a Google Service that happens to include a Browser Engine
#25Earlier quoted context omitted.
I rate Firefox pretty highly since Quantum released. It's fast, polished and in my unscientific testing, consumes less resources.
Except battery, it is a battery destroyer unfortunately.
I really want to switch from Chrome -> Firefox for dev work but my MBP’s battery already lasts nowhere near “10 hours”...
Re: Chrome is a Google Service that happens to include a Browser Engine
#26Syncing Chrome across devices has long rendered the point moot. If you wanted syncing you were already logged in to the browser. If you didn't want syncing, there was no reason to use Chrome.
Re: Chrome is a Google Service that happens to include a Browser Engine
#27Syncing Chrome across devices has long rendered the point moot. If you wanted syncing you were already logged in to the browser. If you didn't want syncing, there was no reason to use Chrome.
Re: Chrome is a Google Service that happens to include a Browser Engine
#28Syncing Chrome across devices has long rendered the point moot. If you wanted syncing you were already logged in to the browser. If you didn't want syncing, there was no reason to use Chrome.
Re: Chrome is a Google Service that happens to include a Browser Engine
#29I am seriously considering rolling my own browser by embedding the Chromium Embedded Framework into my own GUI (or WebKit, or Gecko). A browser should just render pages (incl. JavaScript), and save cookies if you need it to. Beyond that, there's nothing else it needs to do. Round about Netscape 4 and IE6, browsers were functionally complete. Since then they've just been gilding the lily and creating an artificial 'fe…
With ya. Started modding suckless surf to my liking, got sidetracked but I plan to keep working on it: https://github.com/jakeogh/glide Still trying to figure out how to control animated gif's in webkit2.
I've been keeping an eye on qutebrowser[1] though which offers either up to date [2]qtwebengine or webkit (qtwebengine is the browser engine of chromium minus all the google services and other garbage).
Re: Chrome is a Google Service that happens to include a Browser Engine
#30I am seriously considering rolling my own browser by embedding the Chromium Embedded Framework into my own GUI (or WebKit, or Gecko). A browser should just render pages (incl. JavaScript), and save cookies if you need it to. Beyond that, there's nothing else it needs to do. Round about Netscape 4 and IE6, browsers were functionally complete. Since then they've just been gilding the lily and creating an artificial 'fe…