1533783.html (298B)
1 <script> 2 function start() { 3 const style = document.createElement('style') 4 document.head.appendChild(style) 5 const sheet_1 = style.sheet 6 document.head.appendChild(style) 7 sheet_1.insertRule('@import url()', 0) 8 } 9 document.addEventListener('DOMContentLoaded', start) 10 </script>