NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name bankmanagergame-smallhead // @namespace o // @version 1.0 // @description weg mit diesem riesenlogo. her mit platz. // @include http://bankmanagergame.de/* // @include http://www.bankmanagergame.de/* // ==/UserScript== document.getElementsByClassName('menu')[0].style.marginTop = '23px'; document.getElementsByClassName('indent')[0].style.marginTop = '35px'; document.getElementsByClassName('slogan')[0].style.display = 'none'; document.getElementById('header').style.height = '75px';