mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-06 09:29:35 +00:00
8 lines
140 B
HTML
8 lines
140 B
HTML
|
<!DOCTYPE html>
|
||
|
<script>
|
||
|
function report() {
|
||
|
window.parent.postMessage(document.characterSet, "*");
|
||
|
}
|
||
|
</script>
|
||
|
<body onload="report();">
|