Being able to do something like this would be nice:

add_webjump(
    "wikipedia",
    function (...) {
        ...
    }
);

Then one could write a webjump that could change dynamically based on
its argument as opposed to just replacing %s in the string which is
the current functionality. As a simple example `wikipedia is:Forsíða'
could be redirected to is.wikipedia.org and `wikipedia Main Page'
would end up on en.wikipedia.org.

What arguments should the function receive? The same ones as webjump_build_url?
_______________________________________________
Conkeror mailing list
[email protected]
https://www.mozdev.org/mailman/listinfo/conkeror

Reply via email to