NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript==
// @name Clean Poopy life
// @namespace http://github.com/davext
// @version 0.1
// @description Cleans up all the mess by poopy.life
// @author dave_xt
// @match http://*.poopy.life/*
// @grant none
// @license MIT
// @copyright 2019, dave_xt (https://openuserjs.org/users/dave_xt)
// @homepage https://github.com/davext/Clean-Poopy-life/
// @twitterURL https://twitter.com/dave_xt
// @contactURL https://twitter.com/dave_xt
// @supportURL https://github.com/davext/Clean-Poopy-life/issues
// @contributionURL https://twitter.com/dave_xt
// @updateURL https://raw.githubusercontent.com/davext/Clean-Poopy-life/master/CleanPoopyLife.js
// @downloadURL https://raw.githubusercontent.com/davext/Clean-Poopy-life/master/CleanPoopyLife.js
// ==/UserScript==
(function() {
document.getElementById("toolbar-header").outerHTML = "";
document.getElementById("wpadminbar").setAttribute('style','display:block !important; background:#23282d !important; height: 32px !important;');
document.body.style = "padding-top: 32px;";
})();