Jens Oliver Meiert

Use my latest work: latest tech book · latest non-tech book · latest optimization tool · latest defense tool

AWAGAM: Easier Importing and Sharing of Blocklists With Bundles

Published on Jul 9, 2026, filed under , , . (Share this post, e.g., on Mastodon.)

AWAGAM, the TLD, domain, and URL blocker for Chromium browsers—soon also for WebKit and as an Android app!—, now supports bundles, i.e., lists of blocklists.

A bundle is a JSON file with a single field, imports, which references other blocklists by URL:

{
  "imports": [
    "https://example.com/blocklist.json",
    "https://example.net/blocklists/anti-genocide.json",
    "https://raw.githubusercontent.com/foo/bar/main/awagam.json"
  ]
}

Subscribing to a bundle loads all imported blocklists at once. That makes bundles useful in two ways:

Bundles are hosted just like blocklists—any public HTTPS URL works, with sites like GitHub or Pastebin being solid options. For details—from limits to error handling—, see the bundle format documentation.

To try bundles out, check a bundle of my own blocklists—or create your own.

About Me

Jens Oliver Meiert, on March 2, 2026.

I’m Jens (long: Jens Oliver Meiert), and I’m an engineering lead, guerrilla philosopher, and indie publisher. I’ve worked as a technical lead and engineering manager at various companies (e.g., Google); I’m an active web and tool developer (code optimization, digital defense), a contributor to web standards (like HTML, CSS, WCAG), and a book author (O’Reilly, Frontend Dogma).

I love trying things—in web development and engineering management, but also in politics and philosophy, where I hold to one idea in particular: that we can only be well if we take good care of everyone. Here on meiert.com I talk about some of my perspectives and experiences. (Interpret charitably but be critical—and share feedback and advice that makes my work better.)