mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-11-03 19:05:35 +00:00
13 lines
195 B
HTML
13 lines
195 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<script>
|
||
|
try { atob(null); } catch(e) { }
|
||
|
try { atob(""); } catch(e) { }
|
||
|
try { atob("A="); } catch(e) { }
|
||
|
try { atob("AA="); } catch(e) { }
|
||
|
</script>
|
||
|
</head>
|
||
|
<body>
|
||
|
</body>
|
||
|
</html>
|