mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-19 19:03:07 +09:00
13 lines
456 B
HTML
13 lines
456 B
HTML
<html>
|
|
<head></head>
|
|
<body></body>
|
|
<script type="text/javascript">
|
|
window.x = window.getComputedStyle(document.documentElement, null).getPropertyCSSValue("transition-timing-function");
|
|
window.x = window.getComputedStyle(document.documentElement, null).getPropertyCSSValue("color");
|
|
x.z = x.getRGBColorValue().blue;
|
|
x.getRGBColor().blue.d = x;
|
|
x= null;
|
|
SpecialPowers.forceGC();
|
|
SpecialPowers.forceCC();
|
|
</script>
|
|
</html>
|