Last active
October 7, 2015 20:49
-
-
Save dan-turner/3223401 to your computer and use it in GitHub Desktop.
Outlook.com: NineMSN bar remover - Greasemonkey Script
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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", ""); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Tampermonkey complains that @grant header is not set, please add:
to the headers