Skip to content

Instantly share code, notes, and snippets.

@sdennler
Created July 25, 2018 11:13
Show Gist options
  • Save sdennler/c3a11b2ed4006b636296b81d399cb87d to your computer and use it in GitHub Desktop.
Save sdennler/c3a11b2ed4006b636296b81d399cb87d to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name MS Login Shizzle
// @namespace http://tampermonkey.net/
// @version 1
// @description try to fix the world!
// @author Sad
// @match https://login.microsoftonline.com/common/oauth2/logout
// @grant none
// ==/UserScript==
(function() {
'use strict';
window.location = "https://outlook.office.com/owa/";
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment