mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-09 18:09:16 +00:00
13 lines
201 B
HTML
13 lines
201 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<script>
|
|
|
|
var textNode = document.createTextNode("x");
|
|
textNode.__proto__.__proto__ = Components;
|
|
textNode.__lookupSetter__("canCallMethod")();
|
|
|
|
</script>
|
|
</head>
|
|
</html>
|