mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-16 17:31:17 +00:00
9 lines
103 B
HTML
9 lines
103 B
HTML
<html>
|
|
<head>
|
|
<script>
|
|
window.btoa = () => "fake btoa";
|
|
</script>
|
|
</head>
|
|
<body>foo</body>
|
|
</html>
|