Answer the question
In order to leave comments, you need to log in
Defining a new browser protocol
Is it possible to use add-ons in modern browsers to define handlers for non-standard protocols?
It is the processing of the protocol inside the browser that is of interest, and not the call of an external utility, i.e. it is necessary that when you click on the link of the view, someproto://something
the browser loads the pages using a custom (rather simple) handler, or rather, in the background it translates addresses from the view someproto://something
to http://somehost/something
.
It is also important that the unconverted address of the new format remains in the address bar.
I have not come across the development of add-ons before - any links, examples, indications of documentation will be useful.
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question