To hide the cat, enter the following lines

You can just hide the cat in your user settings at https://modulargrid.net/e/users/edit
Search for miau.
-- modulargrid

Cheers for that, makes it a lot less annoying!


To hide the cat, enter the following lines into the console in the Browser/Developer Tools in your web browser of choice:

var link = document.getElementById('wrap-cat');
link.style.display = 'none';

ahh, that's better. Note: will not persist between page reloads.