1396041.html (385B)
1 <script> 2 document.documentElement.appendChild(document.createElement("meter")) 3 a = document.createElement("textarea") 4 document.documentElement.appendChild(a) 5 b = document.createElement("style") 6 b.appendChild(document.createTextNode("*::-moz-meter-bar { text-indent: calc(50%); scroll-behavior: smooth; transition-duration: 250ms; }")) 7 a.select() 8 document.head.appendChild(b) 9 </script>