Extend right side panel of Outlook mail
Tính đến
// ==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
// ==/UserScript==
// http://userscripts.org/scripts/show/293639
// https://greasyfork.org/scripts/
GM_addStyle("#MainContent {right: 0px !important;} .WithRightRail {right: 0px !important;} #RightRailContainer {display: none !important;}");