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

index 26866ba..54d9a88 100644 (file)
@@ -3,7 +3,7 @@
     var timer = window.setInterval(function() {
         try {
             tries++;
-            target = document.getElementsByClassName('main-header')[0].nextElementSibling.firstElementChild;
+            target = document.getElementsByClassName('main-header')[1].nextElementSibling.firstElementChild;
 
             if(target == null) {
                 // give up after 5 tries
@@ -12,7 +12,6 @@
                 }
                 return;
             }
-            // target.style.maxHeight = '133px';
             target.style.display = 'none';
             clearInterval(timer);