Hacker News new | ask | show | jobs
by dredmorbius 1053 days ago
In addition to NoScript and uBlock Origin, I'd strongly recommend uMatrix.

uMatrix offers the ability to enable or disable numerous Web capabilities by host or domain.

Capabilities: cookie, css, media, script, XHR,[1] frame, other.

Sites include the page origin, and any other sites and domains from which requests are made. Many common advertising and tracking domains are blacklisted by default.

Rules may be written specific to a site or as default rules.

________________________________

Notes:

1. XMLHttpRequest: <https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequ...>. These permit partial-page updates without a full refresh.