Skip to content

Instantly share code, notes, and snippets.

@puppe1990
Last active November 19, 2022 14:14
Show Gist options
  • Save puppe1990/0cf58e8b4f70c4c39e43d05d40c74739 to your computer and use it in GitHub Desktop.
Save puppe1990/0cf58e8b4f70c4c39e43d05d40c74739 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 wosrld!
// @author You
// @match https://gist.github.com/puppe1990/0cf58e8b4f70c4c39e43d05d40c74739
// @icon https://www.google.com/s2/favicons?domain=github.com
// @grant nonea// ==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/*
// @grant none
// ==/UserScript==
(function() {
'use strict';
console.log('oi');
setTimeout(function(){document.getElementsByClassName('GssDD')[0].remove(); }, 10000);
console.log('mais 5 seg');
})();
// ==/UserScript==
(function() {
'use strict';
// Your code here...
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment