Because this forum does not support blocking users, here is a tip on how to ‘block’ the AqaraBot so that you do not see their posts.
- Install the CustomCSS chrome extension (it is secure as it only asks for permission on websites which you modify their CSS)
- Add the following as a CSS override for forum.aqara.com. Because the AqaraBot is user-id 17 this blocks (hides) all of their posts
[data-user-id="17"] {
display: none;
}
