out of a ridiculous amount of a fanboner for mellis i offer this greasemonkey script to pick your own mascot from anywhere, onto the e621 title page :p
// ==UserScript==
// @name e621 addl mascots
// @namespace e621
// @description additional mascots on the e621 front page.
// @include http://e621.net/
// ==/UserScript==
let old = unsafeWindow.bgChange;
function bgChange() {
GM_log("sneaky!");
unsafeWindow.backgs.push("http://e621.net/data/d0/b7/d0b706829850cb366694a78e4f3b7d35.png");
unsafeWindow.bgChange = old;
old();
}
unsafeWindow.bgChange = bgChange;
Updated by 123easy