// ==UserScript== // @name Outlook Extend Panel // @version 1.03 // @description Extend right side panel of Outlook mail // @namespace iFantz7E.OutlookExtendPanel // @match http://*.mail.live.com/* // @match https://*.mail.live.com/* // @grant GM_addStyle // @icon https://a.gfx.ms/OLFav.ico // @downloadURL none // ==/UserScript== // http://userscripts.org/scripts/show/293639 // https://greasyfork.org/scripts/9587-outlook-extend-panel GM_addStyle("#MainContent {right: 0px !important;} .WithRightRail {right: 0px !important;} #RightRailContainer {display: none !important;}");