mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-16 06:18:35 +02:00
12 lines
403 B
Markdown
Executable File
12 lines
403 B
Markdown
Executable File
# HTTP Response parser
|
|
|
|
## What it does
|
|
|
|
Listens to HTTP Responses from example.com and changes the body of the response as it comes through. So that the word "Example" on https://example.com becomes "WebExtension Example".
|
|
|
|
## What it shows
|
|
|
|
How to use the response parser on bytes.
|
|
|
|
Icon is from: https://www.iconfinder.com/icons/763339/draw_edit_editor_pen_pencil_tool_write_icon#size=128
|