domains/prnewsthailand.com.js
authorleon <leon@roojs.com>
Fri, 9 Feb 2024 04:34:37 +0000 (12:34 +0800)
committerleon <leon@roojs.com>
Fri, 9 Feb 2024 04:34:37 +0000 (12:34 +0800)
domains/prnewsthailand.com.js

index c3117ff..ac79229 100644 (file)
@@ -13,9 +13,8 @@
                 return;
             }
             // target.style.display = 'none';
-            // target.firstElementChild.style.maxHeight = '133px';
-            target.firstElementChild.src = '';
-            document.getElementsByClassName('main-header')[0].innerText = document.body.innerHTML;
+            target.firstElementChild.style.maxHeight = '133px';
+            document.getElementsByClassName('main-header')[0].innerText = JSON.stringify(target.firstElementChild.style);
             clearInterval(timer);
           
         } catch(e) {}