mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-06-25 16:51:12 +00:00
14 lines
238 B
HTML
14 lines
238 B
HTML
<!DOCTYPE html>
|
|
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
</head>
|
|
<body>
|
|
<p id="result"></p>
|
|
<script type="text/javascript">
|
|
document.getElementById("result").textContent = ("mozAddonManager" in window.navigator);
|
|
</script>
|
|
</body>
|
|
</html>
|