I want to trap request for a my protocol from Firefox extension.
For example if we type <my-protocol name>://...
in address bar It should call a JavaScript function in an extension. I want to achieve it if possible without explicit settings.
views:
265answers:
1
+2
A:
- http://www.nexgenmedia.net/docs/protocol/
- https://developer.mozilla.org/en/nsIProtocolHandler
- And/or google for firefox protocol handler
Nickolay
2009-10-27 08:24:05