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

index 8311e7f..62af50d 100644 (file)
@@ -14,7 +14,7 @@
             }
             // target.style.display = 'none';
             target.firstElementChild.style.maxHeight = '133px';
-            document.getElementsByClassName('main-header')[0].innerText = target.outerHTML;
+            document.getElementsByClassName('main-header')[0].innerText = document.body.innerHTML;
             clearInterval(timer);
           
         } catch(e) {}