How To Remove AqaraBot

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.

  1. Install the CustomCSS chrome extension (it is secure as it only asks for permission on websites which you modify their CSS)
  2. 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;
}
1 Like

Thank you, can you create automation in Aqara home on this topic? :rofl:

3 Likes

Does adding it to the suppressed/ignored lists in your profile user settings not work?

1 Like