NovaBlockNovaBlock
Tracking Protection

How to Block Trackers in 2026

What online trackers actually are, why blocking them matters, and how to set up a browser that respects your privacy in under five minutes.

The NovaBlock Team26 March 2026Updated 20 June 20266 min read

If you opened the developer tools on a major news site in 2026 and watched the network tab while the page loaded, you would see roughly the same pattern repeated everywhere. Out of two hundred requests, perhaps thirty deliver the content you came to read. The other 170 are some combination of advertising infrastructure, third-party scripts, and trackers. The trackers, in particular, are the ones that quietly follow you across the web.

This guide explains what trackers are, what they actually do, and how to block them effectively in 2026. It pairs well with privacy online for the broader strategy and how ad blockers work for the underlying mechanism.

What counts as a tracker

A tracker is any third-party code or request whose purpose is to collect, link, or transmit data about your behaviour rather than to deliver the page content you asked for. Concretely:

  • Analytics scripts. Google Analytics, Adobe Analytics, Mixpanel, Amplitude.
  • Conversion pixels. Meta Pixel, TikTok Pixel, LinkedIn Insight Tag.
  • Tag managers. Google Tag Manager, Tealium. These do not themselves track but are the loaders for everything that does.
  • Fingerprinting libraries. FingerprintJS and related tools that identify devices without cookies.
  • Session replay tools. Hotjar, FullStory, Microsoft Clarity. These record user interactions, sometimes including form contents, for replay.
  • Social widgets. The "Share on X" button or Facebook like button doubles as a tracker even when not clicked.
  • A long tail of small ad-tech vendors in the 4,000-domain ecosystem catalogued by EasyPrivacy and similar lists.

Not every third-party request is a tracker. CDNs that deliver fonts, images or video are usually fine. A blocker that does not distinguish would break the web.

Why blocking trackers matters

Three reasons, in order of practical impact for the average user.

  1. Performance. Tracker scripts are heavy. Blocking them takes seconds off page load and noticeably reduces battery and data use.
  2. Privacy. The combined tracker dataset across the modern web reveals more about a person than most people realise. Blocking trackers is the single most effective privacy step a user can take in their browser.
  3. Trust. A page that loads thirty trackers without warning you is communicating something about its respect for your time and data.

How trackers actually identify you

There are roughly five mechanisms in use.

Third-party cookies

The classic. A tracker drops a cookie when you first encounter it, then reads that cookie on every site that includes the same tracker. Browsers are gradually phasing third-party cookies out, but the rollout has been slow. As of 2026, third-party cookies are restricted by default in Safari and Firefox and partially restricted in Chrome.

First-party cookies, shared via CNAMEs

To dodge third-party cookie blocking, ad tech has shifted to "first-party tracking", where the tracker runs under a subdomain of the site you are visiting. The browser sees it as first-party, so cookies are accepted. CNAME cloaking is the technical pattern. Modern blockers detect and block these too.

Fingerprinting

Combining hundreds of signals into a unique browser signature. Cookies are not involved, so cookie controls do not help. Defence requires browser-level mitigations (the kind Firefox and Safari are shipping incrementally) and an aware blocker.

URL-based identifiers

Click identifiers and tracking parameters appended to URLs (utm_, fbclid, gclid). Some blockers strip these.

Session replay

Less about identification, more about exhaustive recording. Defence is the same as for any other tracker: block the loader script.

How to block trackers

The setup that gives you 95 percent of the benefit in 5 minutes:

  1. Install a privacy-aware blocker. NovaBlock ships with tracker blocking on by default. The standard EasyPrivacy list, plus our supplemental list for newer trackers, covers most of what you encounter.
  2. Pick a browser with sane defaults. Firefox and Safari both ship reasonable tracker blocking out of the box. Chrome is the worst major browser for default privacy; the blocker matters more on Chrome.
  3. Set the cookie controls. Block third-party cookies in your browser settings. This is a no-cost privacy gain.
  4. Use a privacy-respecting DNS resolver if you want defence in depth. AdGuard DNS, NextDNS, Quad9, Cloudflare's 1.1.1.1.
  5. Consider a fingerprinting-resistant browser if you are a high-risk user (journalist, activist, lawyer). The Tor Browser is the gold standard; it trades convenience for fingerprinting resistance most other browsers cannot match.

That is the entire setup for most people. No exotic tools, no command line, no recurring maintenance.

Comparison

ToolTracker blockingCNAME detectionURL strippingFingerprinting defenceCost
NovaBlockExcellentYesYes (Premium)Limited (browser-side)Free
AdGuardExcellentYesYesLimitedFree extension
uBlock Origin LiteVery goodLimitedNoLimitedFree
Brave built-inVery goodYesYesStrongFree (browser)
Firefox Total Cookie ProtectionGoodPartialNoStrongFree (browser)
Safari ITPGoodPartialNoStrongFree (browser)

What a tracker block does, in practice

A typical large news site:

  • Without blocker: ~200 requests, 4 to 7 MB transferred, 30 to 50 third-party domains contacted.
  • With NovaBlock: ~80 requests, 1.5 to 2.5 MB transferred, 3 to 8 third-party domains contacted.

The page renders faster, the browser uses less battery and memory, and your "shadow profile" with each tracker stays empty.

Pros and cons

Pros

  • Material privacy improvement, with measurable effect.
  • Noticeable performance improvement, even on fast connections.
  • Lower mobile data use.
  • Less aggressive ad targeting across the web.

Cons

  • A very small number of sites use tracker scripts for legitimate functionality (typically form validation or A/B testing). Per-site pause solves this.
  • Companies you do business with may show you generic recommendations instead of personalised ones. Most users see this as a feature.

Fingerprinting, separately

Cookie-based tracking can be defeated in the browser. Fingerprinting cannot, not fully. Even a perfect blocker cannot lie about your screen size or fonts without breaking the rendering of normal pages.

The best you can do today is:

  • Use a browser that ships fingerprinting mitigations (Firefox, Safari, Brave, Tor).
  • Avoid installing exotic extensions that themselves stand out.
  • Accept that perfect fingerprinting resistance requires accepting a less customised browser experience.

NovaBlock blocks the most identifiable fingerprinting libraries at the network level, which is meaningful but not complete. We will not claim more than that.

URL-tracking parameters

Click identifiers like fbclid, gclid and utm_* travel with the URL when you click a link. They are how advertisers tie a click to a downstream conversion. Stripping them in the browser is a small but pleasant win.

NovaBlock Premium strips these automatically. The free tier does not, primarily because URL rewriting under MV3 has some constraints that require care to ship safely.

A note on first-party analytics

Some sites run analytics tools (Plausible, Fathom, simple server logs) that respect privacy: no cookies, no fingerprinting, no third-party data sharing. We do not block these by default because they are not the problem trackers were named for. If you want to block all analytics including the privacy-respecting kind, you can add a custom rule, but it will not give you much beyond the satisfaction of consistency.

Conclusion

Tracker blocking is the highest-leverage privacy move available to a normal browser user. It is fast, free, and side-effect-light. The 2026 stack is simple: a privacy-aware blocker like NovaBlock, a sensible browser, blocked third-party cookies, and optionally a clean DNS resolver. Install NovaBlock from the Chrome Web Store or Firefox Add-ons, and you will be ahead of nearly every other browser on the modern web. The features page lists every protection module in detail.

Key takeaways

  • A 'tracker' is any third-party request that collects data about your behaviour without contributing to the page you came to see.
  • Most trackers ride on advertising infrastructure. An ad blocker catches most of them; a tracker-specific list catches the rest.
  • Fingerprinting is harder to block than cookies. Modern browsers and good blockers are starting to chip away at it.
  • Block trackers in the browser, and complement with a clean DNS resolver if you want defence in depth.

Frequently asked questions

What is a tracker, exactly?+

Any code on a page that exists to collect or transmit data about your behaviour to a third party. Examples include Google Analytics, Meta Pixel, fingerprinting libraries and a long tail of small ad-tech vendors.

Is Google Analytics a tracker?+

Yes. It is the most widely deployed analytics tracker in the world. It is not malicious, but it is third-party data collection without your meaningful consent, which is exactly what 'tracker' means in this context.

Do trackers slow my browser?+

Measurably. On a typical news site, third-party tracker scripts account for 20 to 40 percent of total JavaScript execution time. Blocking them is one of the biggest browser performance wins available.

What is fingerprinting?+

A technique for identifying a browser without cookies by combining hundreds of small signals (fonts, screen size, GPU, time zone) into a unique signature. Blocking fingerprinting cleanly is harder than blocking cookies; it requires browser-level changes.

Will blocking trackers break sites?+

Very occasionally. Some sites use the same script for analytics and core functionality. A good blocker handles these cases with surgical rules; if a site does break, one-click pause solves it.

Try NovaBlock free

A faster, calmer web in one click. Free on Chrome and Firefox. Premium across every device with a 7-day trial.

Share this article

Related articles

Privacy5 min

Online Privacy in 2026

A grown-up guide to online privacy in 2026 without conspiracy theories or paranoia. What to do, what to skip and where the real risks are.

9 Apr 2026Read

How to Remove Cookie Banners Automatically

A 2026 guide to making cookie consent banners disappear automatically, without compromising your privacy preferences, including how the technology actually works.

12 Mar 2026Read
Guides7 min

How Ad Blockers Actually Work

A plain-English explanation of how modern ad blockers work in 2026, including filter lists, cosmetic rules, request blocking and the role of Manifest V3.

10 Feb 2026Read
Privacy4 min

Private Browsing in 2026

What incognito and private windows actually do in 2026, what they do not do, and how to combine them with an ad blocker for real privacy.

30 Apr 2026Read