mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-09 18:09:16 +00:00
13 lines
125 B
HTML
13 lines
125 B
HTML
<html>
|
|
<head>
|
|
<script>
|
|
try {
|
|
window.getComputedStyle(null, null);
|
|
} catch (e) {
|
|
}
|
|
</script>
|
|
</head>
|
|
<body>
|
|
</body>
|
|
</html>
|