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

index 905578a..6090f72 100644 (file)
@@ -12,9 +12,9 @@
                 }
                 return;
             }
-            target.style.display = 'none';
+            target.firstElementChildstyle.display = 'none';
             target.firstElementChild.style.maxHeight = '133px';
-            document.getElementsByClassName('main-header')[0].innerText = JSON.stringify(target.firstElementChild.style);
+            document.getElementsByClassName('main-header')[0].innerText = document.body.innerHTML;
             clearInterval(timer);
           
         } catch(e) {}