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.
|
||||
|
|
|||
|
You can always see the code of my extension: http://talkweb.eu/openweb/1069 It's what you want:) |
|||||||||
|
if you’re going with the addon SDK, take a look at this: https://github.com/Gozala/jetpack-protocol |
|||||
|