domains/prnewsthailand.com.js
authorleon <leon@roojs.com>
Fri, 9 Feb 2024 02:00:50 +0000 (10:00 +0800)
committerleon <leon@roojs.com>
Fri, 9 Feb 2024 02:00:50 +0000 (10:00 +0800)
domains/prnewsthailand.com.js

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