Greasy Fork

Greasy Fork is available in English.

Outlook Extend Panel

Extend right side panel of Outlook mail

目前为 2015-04-30 提交的版本。查看 最新版本

// ==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
// http://greasyfork.icu/scripts/9587-outlook-extend-panel

GM_addStyle("#MainContent {right: 0px !important;} .WithRightRail {right: 0px !important;} #RightRailContainer {display: none !important;}");