mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-11-05 02:06:25 +00:00
7 lines
120 B
HTML
7 lines
120 B
HTML
<script>
|
|
try {
|
|
document.createElementNS("http://www.w3.org/2000/svg", "svg").getScreenCTM();
|
|
} catch(e) {
|
|
}
|
|
</script>
|