Some two weeks ago, I noticed that GoComics.com introduced a paywall, something like this: you display like 14 comics, then you’re asked to pay. For fuck’s sake, that’s preposterous!

So I looked for and found two workarounds, but each one needed adjustments.

UPDATE (May 2026): The 1st fix was updated and now works again! 😻

UPDATE (April 2026): ComicStripBrowser now runs on Windows and supports Comics Kingdom too!

The 1st fix for GoComics’ paywall — UPDATED in May 2026!

First of all, I’m using Firefox and uBlock Origin. I don’t fucking care about Chrome, Chromium, and other Chromium-based browsers, although I do use Chrome or Edge for the websites that don’t like Firefox.

The idea is to add a custom filter to uBlock Origin. So, click on the uBlock Origin and then click the cog icon. Go to “My Filters” and add these lines to the end of the file:

www.gocomics.com##[class*="RollUpUpsell_upsell__"]
www.gocomics.com##[class*="Paywall_upsell__"]
www.gocomics.com##[class*="Paywall-module-scss-module__"]
www.gocomics.com##[class*="SectionBreakUpsell-module-scss-module__"]
www.gocomics.com##[class*="HeaderAd_headerAd__"]
www.gocomics.com##[class*="AdvertisingUnit_advertisingUnit__container___"]
www.gocomics.com##[class*="AdDisplay_adDisplay__"]
www.gocomics.com##html:style(overflow: auto !important;)

This should be more future-proof.

Update on how to add these rules to Firefox for Android

New tab, 3-dot menu, Settings, Advanced, Extensions, enable uBlock Origin, then tap on it, Settings, and from the top scrollable tabs go to My filters. Paste the above content and tap the check sign to apply:

The 2nd fix for GoComics’ paywall

Removed because it doesn’t work anymore!

What I usually read on GoComics

Life is too short, so I don’t visit more than these strips:

  • Calvin and Hobbes — of course they are reruns, but this is the best comic strip in the known universe!
  • Peanuts and Peanuts Begins — another classic, and the second-best comic strip, although it seems to be the most famous American classic strip, from Japan to Italy.
  • Garfield — unavoidable.
  • Wizard of Id and Wizard of Id Classics — can you see a pattern here? The classics are the “true” ones.
  • Pearls before Swine — too bad the crocs are not present more often!
  • Shoe — because I always loved it.
  • B.C. and Back to B.C. — from the maker of the Wizard of Id. Again, “Back to” is the original. Mastroianni is not that good.
  • Pickles — I’m not that old, but I can feel the pain!
  • WuMo — a bit too modern sometimes.

A couple of tips now.

● The pictures on GoComics are grainier in recent times than they used to be. Right-click, Open Image in New Tab, and you’ll see why: the URL is something like this:

https://featureassets.gocomics.com/assets/d94d7b20f07e013d992c005056a9545d?optimizer=image&width=1400&quality=85

Well, just remove the crap at the end:

https://featureassets.gocomics.com/assets/d94d7b20f07e013d992c005056a9545d

💡Maybe a Tampermonkey script could fix this shit on the fly?

● There are some sites with search engines for comic strips:

  • Search in Calvin and Hobbes — not perfect, though. Some unexpected errors can be frustrating. Also, reruns won’t be mentioned.
  • Search in Peanuts — almost perfect, but, obviously, it only shows one of the occurrences of a specific strip, not all of its reruns; also, not the alternances monochrome/color or horizontal/vertical.
  • Search in Pearls Before Swine — not without errors, unfortunately.
  • For Garfield: this one can be used for searching, and this one for displaying in bulk.

How about Comics Kingdom?

Not everything American is on GoComics. There is much more on Comics Kingdom, such as:

💡 Joshua Fruhlinger is a fan of such comics, and you’ll find selections with sometimes sarcastic comments on The Comics Curmudgeon.

I remember that I stopped visiting Comics Kingdom because it used to restrict how much you could scroll back in time for each comic. After all, they advertise for their subscription. But right now, it looks like I can click on “Load more comics” indefinitely! I’m not sure why this happens or, if this is normal, why would anyone subscribe?

Either way, I do have a small tip here, too. There’s a way someone could write a script to programmatically navigate and download strips from this site.

Say you go to https://comicskingdom.com/brilliant-mind-of-edison-lee/2016-02-28 with Firefox. Ctrl+U to view the source. Ctrl+F and search for either of og:image or twitter:image. You’ll then find as content the URL of the image; in this case, https://wp.comicskingdom.com/comicskingdom-redesign-uploads-production/2016/02/The-Brilliant-Mind-Of-Edison-Lee.ENG_.2016-02-28.jpeg

The rule used to form such URLs is obvious, so a script to mass download the archives of one’s preferred strip should be easy to design.

Unfortunately, this only works for older strips. Newer strips have random image names. Say you go to https://comicskingdom.com/brilliant-mind-of-edison-lee/2025-04-18 — you’ll find that the actual comic strip is https://wp.comicskingdom.com/comicskingdom-redesign-uploads-production/2025/04/Y2tUaGUgQnJpbGxpYW50IE1pbmQgT2YgRWRpc29uIExlZS1FTkctNDk3NTQ1Mg.jpg, so a visit to a page’s source is required. But this could be scripted too!

😟 The problem, right now, is that everyone hates America because of the Orange Retard and his gang, so even I don’t feel like reading American strips for the time being.