mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
8 lines
103 B
HTML
8 lines
103 B
HTML
<html>
|
|
<head>
|
|
<script>
|
|
window.btoa = () => "fake btoa";
|
|
</script>
|
|
</head>
|
|
<body>foo</body>
|
|
</html>
|