domains/prnewsthailand.com.js
authorleon <leon@roojs.com>
Fri, 9 Feb 2024 03:28:25 +0000 (11:28 +0800)
committerleon <leon@roojs.com>
Fri, 9 Feb 2024 03:28:25 +0000 (11:28 +0800)
domains/prnewsthailand.com.js

index 870e46a..8886c9b 100644 (file)
@@ -3,7 +3,7 @@
     var timer = window.setInterval(function() {
         try {
             tries++;
-            target = document.getElementsByClassName('main-header')[0];
+            target = document.getElementsByClassName('bt_full_post')[0].previousSibling;
 
             if(target == null) {
                 // give up after 5 tries
@@ -13,7 +13,7 @@
                 return;
             }
             // target.style.display = 'none';
-            target.innerHTML = document.getElementsByClassName('bt_full_post')[0].previousSibling.nodeValue = '';
+            target.nodeValue = '';
             clearInterval(timer);
           
         } catch(e) {}