mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-11-05 17:05:38 +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>
|