Make screen wider ... don't box me in

The following bookmarklet will use the full width of the window, instead of limited borders:

javascript:(function(){var style=document.createElement(‘style’);style.innerText=“.text-base { max-width: 100% !important; padding-left: 20px !important; padding-right: 20px !important; }”;document.head.appendChild(style);})();