Want to be able to click on those web+mastodon:// links you sometimes see? Browse to your Mastodon web interface, hit F12, then enter the following into the JavaScript console:
navigator.registerProtocolHandler("web+mastodon", new URL("/intent?uri=%s", document.location.origin), "Mastodon");
Click allow on the banner that pops up.