mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-21 03:43:16 +09:00
6 lines
184 B
XML
6 lines
184 B
XML
<?xml-stylesheet href="data:text/css,div {}"?>
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<script>
|
|
document.styleSheets[0].cssRules[0].style.foo = document;
|
|
</script>
|
|
</html>
|