Tag:browser-extension
All the articles with the tag "browser-extension".
select * from posts where tag = 'browser-extension';
- 2026-07-20
A URL redirector that never watches you
· browser-extension · privacy · typescriptMost URL redirectors work by reading every request. Ferry pushes the rules down to the browser with declarativeNetRequest, so it redirects without ever seeing where you go.
- 2026-07-08
Building a JSON viewer for large payloads
· json · browser-extension · frontendJSON viewers are easy to build until payloads get large. JSON Bonsai focuses on faster navigation, search, queries, and data fidelity.