Is there a way to make a Firefox plugin intercept certain requests and respond to them without hitting the network?
Example: every time the browser is about to request http://www.example.com/page.html, the plugin automatically returns "Hello world!" for that page.
Cheers!