How can I use Python to add a handler to the browser, so when someone clicks a link, for example foo: // foobar /, it will open my program to handle it? Ideally, there would be a way to make this cross-platform, but I understand that OS-specific code is likely to be needed.
source
share