Maker tech hub — AI · 3D print · Pi · ESP32 · plus the classic tech archive.

Free ESP32 kit · Books · Network Ninja · Archive

Classic tech archive. From the original averyjparker.com tech blog — historical context; pair with modern guides where noted. Full archive · Maker projects · Network Ninja

Classic tip · Linux

Filtering out Ads with a Proxy using SafeSquid Proxy Server

I just ran across this good how-to on replacing ads using a proxy server (in this case safesquid). A proxy server is a piece of software that requests web pages for other machines and then passes the…

Written by

Avery J. Parker

IT veteran, maker educator, and author of Network Ninja, 3D Printing Mastery, and AI Workflow Mastery. Business IT: Diversified Tech Solutions.

I just ran across this good how-to on replacing ads using a proxy server (in this case safesquid). A proxy server is a piece of software that requests web pages for other machines and then passes the pages along to the other computers. When the server requests a page it's possible to make alterations and this is exactly what the how to details. In this case they construct a rule to identify ad blocks in the page (by the text that they use to call the ad from the adserver). After the block is identified it's replaced with a custom bit of html.

Good how-to and I wanted to make note of it for future reference.