// ==UserScript== // @name Outlook.com Ninemsn bar remover // @namespace #DanTurner // @description For users of Outlook.com. // @include https://*.mail.live.com/* // @version 1.0.6 // @require https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js // @homepage https://gist.github.com/dan-turner/3223401 // @updateURL https://gist.github.com/dan-turner/3223401/raw/Outlook-NineMSN-Remover.user.js // ==/UserScript== $('#c_header div.c_htr').remove(); $("#BelowHeader").css("top", "");