Gooreplacer intercepts and modifies browser requests on the fly — redirect URLs, block unwanted resources, and modify HTTP headers with simple rules.
Redirect requests to alternative CDNs or custom endpoints. Supports static URLs, regex substitution, and URL transforms.
Block unwanted resources — ads, trackers, or any URL pattern you specify. Uses wildcard and regex matching.
Set, append, or remove HTTP request and response headers. Useful for debugging, testing, and bypassing restrictions.
||ajax.googleapis.com/,wildcard,redirect
transform:host=ajax.loli.net
||fonts.googleapis.com/,wildcard,redirect
transform:host=fonts.loli.net
||fonts.gstatic.com/,wildcard,redirect
transform:host=gstatic.loli.net
||go/news|,wildcard,redirect
url:https://news.ycombinator.com/
condition:resourceTypes=main_frame
Type
go/news
in the address bar to jump to Hacker News instantly.