mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-01 07:39:26 +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();">
|