Based on SleepProgger's hide user userscript, this is easy for Discourse admins to add to their board.
- Copy and paste the code from here: https://github.com/tinoesroho/discourse_repo/blob/master/scripts/discourse_mute.js into all theme </head> sections.
- Change the cookie name (in variable)
- Add CSS to theme for Overlay.
#overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; filter:alpha(opacity=75); -moz-opacity:0.75; -khtml-opacity: 0.75; opacity: 0.75; z-index: 10000; background: #fff url("INSERT_GIF_HERE") no-repeat fixed center; }
=======
https://github.com/tinoesroho/discourse-scripts/raw/master/autolove.user.js
Click the toggle icon to set up auto-like on a user. From then on, any posts from that user will automatically be liked. Requires Greasemonkey or Tampermonkey.