1745775.html (783B)
1 <!DOCTYPE html> 2 <html class="reftest-wait"> 3 <head> 4 <style> 5 * { 6 backface-visibility: hidden ! important; 7 filter: blur(63pc) ! important; 8 padding-block-end: 87%; 9 transform: matrix3d(-55, 29, 49313, 4, 80, 16, -127, 112, 8, 45, 127, -27757, 116, 134, 123, 79.00237606484764); 10 scroll-padding-block-end: 22142ch; 11 } 12 </style> 13 <script> 14 window.addEventListener("load", async () => { 15 await new Promise(r => setTimeout(r, 20)) 16 const label = document.createElement("label") 17 document.documentElement.appendChild(label) 18 label.scrollIntoView({ "behavior": "smooth", "block": "end", "inline": "end" }) 19 20 setTimeout('document.documentElement.className = ""', 300); 21 }) 22 </script> 23 </head> 24 </html>