mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-25 16:59:01 +09:00
13 lines
239 B
HTML
13 lines
239 B
HTML
<!DOCTYPE HTML>
|
|
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
</head>
|
|
<body>
|
|
<script type="text/javascript">
|
|
"use strict";
|
|
throw new Error(`WebExt Privilege Escalation: typeof(browser) = ${typeof(browser)}`);
|
|
</script>
|
|
</body>
|
|
</html>
|