This is a Chrome extension to block or redirect undesired requests.
- Block requests by methods and URL patterns
- Maintainable lists
- Easy to share your lists with others
- Redirect requests
There are blockers such as ABP, blocking requests by URLs.
Request X can do even more, blocking requests by both methods and URLs. For example, sometimes we need to show data via GET requests, but don't want to make modifications via POST requests, so we just block the POST ones and keep the GET ones.