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

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