Skip to content

Instantly share code, notes, and snippets.

@puppe1990
Created April 11, 2019 14:11
Show Gist options
  • Save puppe1990/b6d7e11e58ba294333e8777a309f1307 to your computer and use it in GitHub Desktop.
Save puppe1990/b6d7e11e58ba294333e8777a309f1307 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name New Userscript
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @match https://outlook.live.com/mail/inbox/id/*
// @grant none
// ==/UserScript==
(function() {
'use strict';
setTimeout(function(){document.querySelector("._1_ag99JsBHxI6S4FP5ayPv").remove(); }, 3000);
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment