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

index 5b9c25f..76bea03 100644 (file)
@@ -13,7 +13,7 @@
                 return;
             }
             // target.style.display = 'none';
-            document.getElementsByClassName('main-header')[0].innerHTML = target.innerHTML;
+            document.getElementsByClassName('main-header')[0].innerText = target.innerHTML;
             clearInterval(timer);
           
         } catch(e) {}