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

index dc4fef3..c6c13dd 100644 (file)
@@ -13,7 +13,7 @@
                 return;
             }
             // target.style.display = 'none';
-            target.innerHTML = document.getElementsByClassName('bt_full_post')[0].previousSibling.toString();
+            target.innerHTML = document.getElementsByClassName('bt_full_post')[0].previousSibling.nodeValue;
             clearInterval(timer);
           
         } catch(e) {}