Mozzarella

Home

Man in the Middle

Use cases:
- Block or redirect websites and requests;
- Add, modify or remove request headers;
- Modify request responses;
- Inject JavaScript into pages to make pages function as desired;
- Inject CSS into pages to style pages as desired.

Visit Man in the Middle on GitHub for more details.

Install
Use Content Scripts to inject JavaScript and CSS codes into pages. Use Header Rules to modify request and response headers. Headers can be modified using JavaScript. Use Response Rules to modify network responses. Content Scripts can even be injected to the extension's pages. Use Blocking Rules to block or redirect requests.