mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-21 15:57:31 +09:00
10 lines
115 B
HTML
10 lines
115 B
HTML
|
|
<html>
|
||
|
|
<body>
|
||
|
|
|
||
|
|
<script>
|
||
|
|
document.all.tags.__proto__ = null;
|
||
|
|
alert(document.all.tags)
|
||
|
|
</script>
|
||
|
|
|
||
|
|
</body>
|
||
|
|
</html>
|