Meh, still don't like it. I see a little script bit about a global, but I'm not always logged in. Updated for Easter! Comment/uncomment the one you need. :)
Code:
// ==UserScript==
// @name
No more animals on TurkerHub!
// @namespace
http://tampermonkey.net/
// @version
1.3
// @description
Blorp.
// @author
ceedj
// @grant
none
// @include
https://turkerhub.com/*
// @include
https://www.turkerhub.com/*
// @include
https://forum.turkerview.com/*
// ==/UserScript==
(function() {
'use strict';
//document.querySelector(".spider_4").style.display = "none";
//document.querySelector(".turkey").style.display = "none";
//document.querySelector("#snowman").style.display = "none";
document.querySelector(".bunny-icon").style.display = "none";
})();