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

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