PIA MACE - and Ad Blockers
I'm using PIA with FireFox (Mac OSX). I've been using an adblocking extension as well as a "do not track" extension. If I leave PIA connected all the time, with PIA MACE turned on, do I need the other extensions?
Thank you.
Thank you.

Comments
I personally don't really think there is much of a benefit to leaving MACE on as browser extensions have a much deeper access to the web pages and can properly filter ads based on its content, while MACE being a server-side option that acts at the DNS level it can only block entire domains. So for example, with MACE enabled, clicking on a sponsored link in Google search results will go to an error page because the google-analytics domain is blocked (because it's used for the Google Analytics tracking of the users). A browser extension can understand the difference and allow this one so the link is not broken, and depending on the extension I think some even rewrite those links to just remove the tracking and make them behave like normal links.
One advantage of MACE however is that it blocks domains at the DNS level. So any other software on your computer could benefit from it and it can even help block some malware by blocking their control domains.
Both don't conflict with eachother so it's really down to what kind of protection and blocking you want to have!
I find mace to be very ineffective.
Host based ad blocking works perfect for me and makes browsing the web much quicker and cleaner, plus it takes almost zero resources, unlike alot of ad-blocking extensions/addons.
https://github.com/StevenBlack/hosts
Not quite true, the performance hit of hosts file editing is negligable when compared to addons/extensions/DNS based ad blocking. The hosts file is the first thing your OS checks before even DNS and it is kernel level, so it is very fast, and consumes near to zero resources.
If your system is stretched to its limit or just painfully slow already yes. It's unoticeable on any decent modern PC.
Other than that I can only say that so far MACE has blocked zero of the adds I have whitelisted in adblock.
Yep just paste the whole line into your terminal and press enter, then repeat every few months.
You're very welcome, everyone deserves an ad and tracking free internet.
I just realised you are on mac not Linux, and therefore will not have wget.
You should have curl, and if not you can install it:
http://macappstore.org/curl/
Then you should be able to run
Sure thing bro, just run these three commands in your terminal in order:
We are using it it in simplest format to download a file from the internet and place it at a specific location in your filesystem (/etc/hosts).