AWAGAM: Easier Importing and Sharing of Blocklists With Bundles
Published on Jul 9, 2026, filed under tools, politics, misc. (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:
Easier importing: Instead of adding several blocklists one by one, you add a single URL. (Think of blocking the TLDs of a dozen countries without having to import a dozen blocklists.)
Easier sharing: You can share an entire blocking setup with one link—and when you update the bundle, everyone who uses it receives the changes with their next refresh.
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
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.)
