It seems this brakes Chat functionality (Firefox 143 & Chrome 141) for loggen in users.
JS from Adsense conflicts with NodeBB core js files
Can author check it on his side?
The error is something like Service Worker cannot be register on specific conditions.
This was caused by data-ad-format being set to auto on the widget html, this causes google js to add height:auto!important to all the parent element chain. Removing data-ad-format fixes it. I've added some widget options so it's value can be changed.
This was caused by data-ad-format being set to
autoon the widget html, this causes google js to add height:auto!important to all the parent element chain. Removing data-ad-format fixes it. I've added some widget options so it's value can be changed.baris issue has been solved. Thanks a ton!