// ==UserScript== // @name Slight Style Enhancer for Presse.com // @namespace MegaByteSSEPresse // @description Enhances the styling on diePresse.com slightly // @include http*://*diepresse.com/* // @run-at document-start // @version 3 // @grant GM_addStyle // @downloadURL none // ==/UserScript== GM_addStyle( "#wrapper { \ float: none !important; \ margin: auto !important; \ } \ #navi.sticky { \ right: unset !important; \ left: unset !important; \ } #articlefeatv2 { \ right: unset !important; \ left: unset !important; \ }" );