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", ""); |
Hi Dan
I can confirm following the links has that working perfectly. I've spoken
with someone at MS about this and I do not think this bar will be removed -
from my understanding it will be used as an advertisement platform - so I'm
glad you've created this.
Will be a good idea to get this "out there" I imagine, especially as every
Hotmail user will be moved to this interface.
Thanks
…On 2 August 2012 11:01, Dan Turner < ***@***.*** > wrote:
G'day wadeal,
Here are the installation instructions:
# Firefox
- Install [Greasemonkey](https://addons.mozilla.org/en-US/firefox/addon/greasemonkey/)
- Navigate to the [Raw URL](https://gist.github.com/raw/3223401/Outlook-NineMSN-Remover.user.js) to
bring up the Greasemonkey Installation dialog
- Choose "Install"
# Chrome
- Install [Tampermonkey](https://chrome.google.com/webstore/detail/dhdgffkkebhmkfjojejmpbldmpobfkfo)
- Navigate to the [Raw URL](https://gist.github.com/raw/3223401/Outlook-NineMSN-Remover.user.js) to
open the script in Tampermonkey
- Choose 'OK' to install the script
- Choose 'OK' to allow the script for *.mail.live.com
---
Reply to this email directly or view it on GitHub:
https://gist.github.com/3223401
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
G'day wadeal,
Here are the instructions!
Already have Greasemonkey/Tampermonkey?
Script URL
Detailed Instructions
Firefox
Chrome