Fuck It, I'm Going Back to Firefox
401–410 of 654 posts
Re: Fuck It, I'm Going Back to Firefox
#402Earlier quoted context omitted.
I do the same thing; it's incredibly easy to do with the Tree View Tabs extension. For example, while browsing HN, I'll frequently just middle-click a bunch of article links and (occasionally) their comments, then read them once I have a sizable queue. Same goes for trying to look up documentation to fix some bug in my code; I'll start with a DuckDuckGo search and, suddenly, I have at least a dozen (sometimes multipl…
What is the name of that extension? I searched and get over a thousand results. Thanks!
It should also be the first result if you search Mozilla's add-on marketplace thingamajig for "Tree Style Tabs". Here's the link for convenience: https://addons.mozilla.org/en-US/firefox/addon/tree-style-ta...
Re: Fuck It, I'm Going Back to Firefox
#403Earlier quoted context omitted.
If you use AdBlockPlus, you can switch to uBlock ( https://github.com/gorhill/uBlock ) to achieve better memory performance.
How painless is the transition with a fairly large collection of custom filters and the like?
Re: Fuck It, I'm Going Back to Firefox
#404Earlier quoted context omitted.
They want to make their little OS inside your current OS, so that's it, they introduce accounts, users, apps, notifications... Meanwhile most people (including me) just want to browse the damn open internet.
Sorry, but "most people" couldn't care less about whatever concerns you have and actually appreciate the benefits of easier Google app usage.
I also do so with Amazon and Microsoft and would probably claim that I am offering informed consent.
I'm keen to have it explained to me where I might be in error on this matter.
Re: Fuck It, I'm Going Back to Firefox
#405Earlier quoted context omitted.
I regularly have several hundred tabs open in Firefox with no problems. Some people may think this is crazy or messy but I find it very useful for organizing the various projects I'm working on for different clients and my own personal projects. Tab groups and delayed loading make it all very smooth. Such usage is just not possible with Chrome. I tried to switch to Chrome but couldn't find the features I needed and d…
As a Chrome developer, I agree that process-per-tab absolutely should not be a replacement for fixing bugs. However, I think it's important to point out that process-per-tab is not just for stability: it's also critical for security.
Re: Fuck It, I'm Going Back to Firefox
#406Re: Fuck It, I'm Going Back to Firefox
#407Earlier quoted context omitted.
The problem is using many open tabs with Chrome. If you use no more than 3 or 4 tabs, Chrome is generally fine. If you use more than that, Firefox has some built-in features to help with tabs such as delayed tab loading and tab grouping. It also has more and better extensions for helping with multiple tabs. Furthermore, it doesn't launch a new process for each tab. In a browser comparison I wrote last month, I includ…
> It also has more and better extensions for helping with multiple tabs. Exactly. Tree Style Tab being the biggest reason I've never switched to Chrome.
Re: Fuck It, I'm Going Back to Firefox
#408Earlier quoted context omitted.
I regularly have several hundred tabs open in Firefox with no problems. Some people may think this is crazy or messy but I find it very useful for organizing the various projects I'm working on for different clients and my own personal projects. Tab groups and delayed loading make it all very smooth. Such usage is just not possible with Chrome. I tried to switch to Chrome but couldn't find the features I needed and d…
As a Chrome developer, I agree that process-per-tab absolutely should not be a replacement for fixing bugs. However, I think it's important to point out that process-per-tab is not just for stability: it's also critical for security.
Each website is rendered in a separate process with a sandbox, each with an empty chroot + process namespace + network namespace + tiny seccomp-bpf + syscall whitelist.
Chrome also has a stronger sandbox, pioneers better SSL, supports PIE on binaries, uses pepper - doesnt use native Flash plugins, the JIT compiler does randomization / encryption tricks to make it hard to heap spray exploit code. They have their own hardened memory allocator called PartitionAlloc.
Etc Etc.
Firefox also had more critical CVEs in 2014 than Chrome: http://pastebin.com/raw.php?i=2CRyJkmV
And reports of sandbox escapes are less common in Chrome for a reason.
Re: Fuck It, I'm Going Back to Firefox
#409Earlier quoted context omitted.
The problem is using many open tabs with Chrome. If you use no more than 3 or 4 tabs, Chrome is generally fine. If you use more than that, Firefox has some built-in features to help with tabs such as delayed tab loading and tab grouping. It also has more and better extensions for helping with multiple tabs. Furthermore, it doesn't launch a new process for each tab. In a browser comparison I wrote last month, I includ…
I regularly have several hundred tabs open in Firefox with no problems. Some people may think this is crazy or messy but I find it very useful for organizing the various projects I'm working on for different clients and my own personal projects. Tab groups and delayed loading make it all very smooth. Such usage is just not possible with Chrome. I tried to switch to Chrome but couldn't find the features I needed and d…
https://addons.mozilla.org/en-US/firefox/addon/tree-style-ta...
Though another comment has led me to wonder if FF doesn't have something similar built-in.
Re: Fuck It, I'm Going Back to Firefox
#410Earlier quoted context omitted.
Sometimes Ctrl+w can lead to horrible pain if you accidentally hit Q which is just next to w.
Chrome has a menu item toggle called "Warn before quitting" that I just enabled, and it has already saved me a bunch of times!!!! In OSX it's under the Chrome menu item (before File), don't know where they stuck it in Windows.