Hi all,
For web browsers in general on early intel macs whats the best option to control
CPU usage withou turning off javascript completely?
Thanx in advance.
Best regards,
voidRunner
Seconding
@nospamboz on this one.
With noted exceptions, I find uBlock Origin alone can allow features from major, “trusted” sites — not only cookies, but also JS/XHR for features considered either not core for accessing a page’s principal contents or JS code which can break function on a site.
By “trusted”, this tends to include servers from google/yt, fb, and amazon. With uMatrix added in, I’ve set up page elements which wish to ping those servers to be allowed on an opt-in, per-site, as-I-need-it basis. For example, I use uMatrix to just completely deny cookies from said major sites
unless I’m actually on those sites (as they don’t need to be following my browser usage for improving the quality of their product data for advertisers).
Conversely, there are limited instances when leaving uMatrix running, but temporarily suspending uBlock Origin, works out for the best. Offhand, the big one to come to mind is Aliexpress: letting uBlock Origin run has a tendency to break the site’s functionality, but to leave it up and disable uMatrix lets through a couple of third-party servers I’d rather not be loading. So for it, I just use uMatrix and fine-tune it from there.
All of this to say: uBlock Origin is excellent for basic, general blocking and is also excellent for picking visual elements within a page you’d rather not see (like nagging pop-ups or footer-banners); uMatrix is excellent for blocking under-the-bonnet elements you’d rather not be loading in the first place. uBlock Origin is granular for the GUI; uMatrix is granular for the armature beneath the GUI.