Skip to content

Instantly share code, notes, and snippets.

View marcopin's full-sized avatar

Marco Pinero marcopin

View GitHub Profile
@marcopin
marcopin / BrowserDetectProtocol.js
Created September 8, 2022 20:47 — forked from rajeshsegu/BrowserDetectProtocol.js
Detect Browser Custom Protocols
<html>
<head>
<title>Detect Custome Protocol</title>
<script type="text/javascript" src="http://code.jquery.com/jquery-1.8.1.min.js"></script>
</head>
<body>
<input id="protocol" value="" placeholder="custom protocol"/>
<button id="launch">Launch</button>
<!-- Mozilla Only -->
<iframe id="hiddenIframe" src="about:blank" style="display:none"></iframe>