mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-12 13:31:30 +00:00
14 lines
175 B
HTML
14 lines
175 B
HTML
<html>
|
|
<head>
|
|
<script type="text/javascript">
|
|
|
|
x = Components.interfaces.nsITableEditor;
|
|
x.__proto__ = Components;
|
|
x.QueryInterface;
|
|
|
|
</script>
|
|
</head>
|
|
<body>
|
|
</body>
|
|
</html>
|